(PHP 5, PHP 7, PHP 8)
$exclusive = false,$withComments = false,$xpath = null,$nsPrefixes = nullThe 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.
Aún no implementado, siempre devuelve null
El nombre del elemento
A string representing the classes of the element separated by spaces
The element ID
| Versión | Descripción |
|---|---|
| 8.0.0 | The firstElementChild, lastElementChild, childElementCount, previousElementSibling, and nextElementSibling properties have been added. |
| 8.0.0 | DOMElement implements DOMParentNode and DOMChildNode now. |
Nota:
The DOM extension uses UTF-8 encoding. Use mb_convert_encoding(), UConverter::transcode(), or iconv() to handle other encodings.