La clase Dom\NamedNodeMap

(PHP 8 >= 8.4.0)

Introducción

Representa el conjunto de atributos en un elemento.

Sinopsis de la Clase

class Dom\NamedNodeMap implements IteratorAggregate, Countable {
/* Propiedades */
public readonly int $length;
/* Métodos */
/* Aún no documentado */
}

Propiedades

length
El número de atributos.

Notas

Nota: The DOM extension uses UTF-8 encoding when working with methods or properties. The parser methods auto-detect the encoding or allow the caller to specify an encoding.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top