DOM
PHP Manual

The DOMNodeList class

클래스 개요

DOMNodeList
DOMNodeList {
/* Properties */
readonly public int $length ;
/* Methods */
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


DOM
PHP Manual