php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
DOMChildNode Interface Reference
Inheritance diagram for DOMChildNode:
DOMCharacterData DOMElement DOMComment DOMText DOMCdataSection

Public Member Functions

 remove ()
 
 before (... $nodes)
 
 after (... $nodes)
 
 replaceWith (... $nodes)
 

Detailed Description

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

Member Function Documentation

◆ after()

DOMChildNode::after ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMCharacterData, and DOMElement.

◆ before()

DOMChildNode::before ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMCharacterData, and DOMElement.

◆ remove()

DOMChildNode::remove ( )

Implemented in DOMCharacterData, and DOMElement.

◆ replaceWith()

DOMChildNode::replaceWith ( ...)
Parameters
DOMNode | string$nodes

Implemented in DOMCharacterData, and DOMElement.


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