PHP
HTML

DOMNodeList (class)

The DOMNodeList class

课程简介

(PHP 5, PHP 7)

DOMNodeList implements Traversable {

/* Properties */

readonly public int $length ;

/* Methods */

DOMNode DOMNodelist::item ( int $index )

}

属性

长度

列表中的节点数量。有效子节点索引的范围是0到长度 - 1(含)。