The Dom\HTMLCollection class

(PHP 8 >= 8.4.0)

Introduzione

Represents a static set of elements. It is similar to Dom\NodeList, but restricted to Dom\Element nodes.

Sommario della classe

class Dom\HTMLCollection implements IteratorAggregate, Countable {
/* Proprietà */
public readonly int $length;
/* Metodi */
/* Not documented yet */
}

Proprietà

length

The number of elements.

Log delle modifiche

Versione Descrizione
8.5.0 Cloning a Dom\HTMLCollection object now fails.

Note

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.