The Dom\CharacterData class
(PHP 8 >= 8.4.0)
Introduzione
Represents nodes with character data. No nodes directly correspond to
this class, but other nodes do inherit from it.
This is the modern, spec-compliant equivalent of
DOMCharacterData.
Proprietà
- previousElementSibling
-
The previous sibling element or null.
- nextElementSibling
-
The next sibling element or null.
- data
-
The contents of the node.
- length
-
The length of the contents.
Indice dei contenuti
There are no user contributed notes for this page.