update : 2015.11.03
php.shukuma.com

검색:
 
 
The DOMNodeList class

The DOMNodeList class

(PHP 5, PHP 7)

클래스 개요

DOMNodeList implements Traversable {
/* 프로퍼티 */
readonly public int $length ;
/* 메소드 */
DOMNode 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