The Dom\ParentNode interface
(PHP 8 >= 8.4.0)
Introduzione
This is the modern, spec-compliant equivalent of
DOMParentNode.
Sommario dell'interfaccia
interface Dom\ParentNode {
}
Proprietà
- children
-
A Dom\HTMLCollection containing all child
elements of this node. Available as of PHP 8.5.0.
Indice dei contenuti
There are no user contributed notes for this page.