|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| append (Node|string ... $nodes) | |
| prepend (Node|string ... $nodes) | |
| replaceChildren (Node|string ... $nodes) | |
| querySelector (string $selectors) | |
| querySelectorAll (string $selectors) | |
Definition at line 1323 of file php_dom.stub.php.
| Dom\ParentNode::append | ( | Node|string ... | $nodes | ) |
Implemented in Dom\Document, Dom\DocumentFragment, and Dom\Element.
| Dom\ParentNode::prepend | ( | Node|string ... | $nodes | ) |
Implemented in Dom\Document, Dom\DocumentFragment, and Dom\Element.
| Dom\ParentNode::querySelector | ( | string | $selectors | ) |
Implemented in Dom\Document, Dom\DocumentFragment, and Dom\Element.
| Dom\ParentNode::querySelectorAll | ( | string | $selectors | ) |
Implemented in Dom\Document, Dom\DocumentFragment, and Dom\Element.
| Dom\ParentNode::replaceChildren | ( | Node|string ... | $nodes | ) |
Implemented in Dom\Document, Dom\DocumentFragment, and Dom\Element.