|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Public Member Functions | |
| append (... $nodes) | |
| prepend (... $nodes) | |
| replaceChildren (... $nodes) | |
Definition at line 283 of file php_dom.stub.php.
| DOMParentNode::append | ( | ... | ) |
| DOMNode | string | $nodes |
Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.
| DOMParentNode::prepend | ( | ... | ) |
| DOMNode | string | $nodes |
Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.
| DOMParentNode::replaceChildren | ( | ... | ) |
| DOMNode | string | $nodes |
Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.