The DOMNodeList class

(PHP 5, PHP 7)

类摘要

DOMNodeList implements Traversable {
/* 属性 */
readonly public int $length ;
/* 方法 */
DOMElement DOMNodelist::item ( int $index )
}

属性

length

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

Table of Contents