DOM
PHP Manual

The DOMNamedNodeMap class

(PHP 5)

Sommario dellla classe

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

Proprietà

length

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

Indice dei contenuti


DOM
PHP Manual