(PHP 5, PHP 7, PHP 8)
$exclusive
= false
,$withComments
= false
,$xpath
= null
,$nsPrefixes
= null
$uri
,$exclusive
= false
,$withComments
= false
,$xpath
= null
,$nsPrefixes
= null
The number of child elements.
First child element or null
.
Last child element or null
.
The next sibling element or null
.
The previous sibling element or null
.
Not implemented yet, always return null
The element name
Version | Description |
---|---|
8.0.0 | The firstElementChild, lastElementChild, childElementCount, previousElementSibling, and nextElementSibling properties have been added. |
8.0.0 | DOMElement implements DOMParentNode and DOMChildNode now. |
Note:
The DOM extension uses UTF-8 encoding. Use mb_convert_encoding(), UConverter::transcode(), or iconv() to handle other encodings.