La clase Dom\HTMLCollection

(PHP 8 >= 8.4.0)

Introducción

Representa un conjunto estático de elementos.

Sinopsis de la Clase

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

Propiedades

length
El número de elementos.

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