php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DOMParentNode Interface Reference
Inheritance diagram for DOMParentNode:
DOMDocument DOMDocumentFragment DOMElement

Public Member Functions

 append (... $nodes)
 
 prepend (... $nodes)
 
 replaceChildren (... $nodes)
 

Detailed Description

Definition at line 283 of file php_dom.stub.php.

Member Function Documentation

◆ append()

DOMParentNode::append ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.

◆ prepend()

DOMParentNode::prepend ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.

◆ replaceChildren()

DOMParentNode::replaceChildren ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMDocument, DOMDocumentFragment, and DOMElement.


The documentation for this interface was generated from the following file: