DOM
PHP Manual

The DOMNamedNodeMap class

(PHP 5, PHP 7)

Klassenbeschreibung

DOMNamedNodeMap implements Traversable , Countable {
/* Eigenschaften */
readonly public int $length ;
/* Methoden */
DOMNode getNamedItem ( string $name )
DOMNode getNamedItemNS ( string $namespaceURI , string $localName )
DOMNode item ( int $index )
}

Eigenschaften

length

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

Inhaltsverzeichnis


DOM
PHP Manual