DOMParentNode インターフェイス

(PHP 8)

インターフェイス概要

interface DOMParentNode {
/* メソッド */
public function append(DOMNode|string ...$nodes): void
public function prepend(DOMNode|string ...$nodes): void
public function replaceChildren(DOMNode|string ...$nodes): void
}

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top