ConFoo 2025

The Dom\HTMLCollection class

(PHP 8 >= 8.4.0)

Вступ

Represents a static set of elements.

Короткий огляд класу

class Dom\HTMLCollection implements IteratorAggregate, Countable {
/* Властивості */
public readonly int $length;
/* Методи */
/* Not documented yet */
}

Властивості

length
The number of elements.

Примітки

Зауваження: 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