(PHP 5, PHP 7, PHP 8)
Represents nodes with character data. No nodes directly correspond to this class, but other nodes do inherit from it.
$exclusive = false,$withComments = false,$xpath = null,$nsPrefixes = null$uri,$exclusive = false,$withComments = false,$xpath = null,$nsPrefixes = nullThe contents of the node.
The length of the contents.
The next sibling element or null.
The previous sibling element or null.
| 版本 | 说明 |
|---|---|
| 8.0.0 | The nextElementSibling and previousElementSibling properties have been added. |
| 8.0.0 | DOMCharacterData implements DOMChildNode now. |