php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Dom\ChildNode Interface Reference
Inheritance diagram for Dom\ChildNode:
Dom\CharacterData Dom\DocumentType Dom\Element Dom\Comment Dom\ProcessingInstruction Dom\Text Dom\HTMLElement Dom\CDATASection

Public Member Functions

 remove ()
 
 before (Node|string ... $nodes)
 
 after (Node|string ... $nodes)
 
 replaceWith (Node|string ... $nodes)
 

Detailed Description

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

Member Function Documentation

◆ after()

Dom\ChildNode::after ( Node|string ... $nodes)

◆ before()

Dom\ChildNode::before ( Node|string ... $nodes)

◆ remove()

Dom\ChildNode::remove ( )

◆ replaceWith()

Dom\ChildNode::replaceWith ( Node|string ... $nodes)

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