The Dom\CharacterData class
(PHP 8 >= 8.4.0)
Einführung
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.
Eigenschaften
- 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.
Inhaltsverzeichnis
There are no user contributed notes for this page.