DOM
PHP Manual

The DOMNodeList class

(PHP 5)

Sommario dellla classe

DOMNodeList implements Traversable {
/* Proprietà */
readonly public int $length ;
/* Metodi */
DOMNode DOMNodelist::item ( int $index )
}

Proprietà

length

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

Indice dei contenuti


DOM
PHP Manual