php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
Dom\ParentNode Interface Reference
Inheritance diagram for Dom\ParentNode:
Dom\Document Dom\DocumentFragment Dom\Element Dom\HTMLDocument Dom\XMLDocument Dom\HTMLElement

Public Member Functions

 append (Node|string ... $nodes)
 
 prepend (Node|string ... $nodes)
 
 replaceChildren (Node|string ... $nodes)
 
 querySelector (string $selectors)
 
 querySelectorAll (string $selectors)
 

Detailed Description

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

Member Function Documentation

◆ append()

Dom\ParentNode::append ( Node|string ... $nodes)

◆ prepend()

Dom\ParentNode::prepend ( Node|string ... $nodes)

◆ querySelector()

Dom\ParentNode::querySelector ( string $selectors)

◆ querySelectorAll()

Dom\ParentNode::querySelectorAll ( string $selectors)

◆ replaceChildren()

Dom\ParentNode::replaceChildren ( Node|string ... $nodes)

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