DOM
PHP Manual

The DOMNodeList class

(PHP 5)

Krótki opis klasy

Traversable
DOMNodeList {
/* Właściwości */
readonly public int $length ;
/* Metody */
DOMNode DOMNodelist::item ( int $index )
}

Właściwości

length

The number of nodes in the list. The range of valid child node indices is 0 to length - 1 inclusive.

Spis treści


DOM
PHP Manual