The DOMNamedNodeMap class

(PHP 5, PHP 7)

类摘要

DOMNamedNodeMap implements Traversable , Countable {
/* 属性 */
readonly public int $length ;
/* 方法 */
public count ( void ) : int
getNamedItem ( string $name ) : DOMNode
getNamedItemNS ( string $namespaceURI , string $localName ) : DOMNode
item ( int $index ) : DOMNode
}

属性

length

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

Table of Contents