Php/docs/class.domnamednodemap

From Get docs

(PHP 5, PHP 7)

Class synopsis


DOMNamedNodeMap implements Traversable , Countable {

/* Properties */

public readonly int $length

/* Methods */

public count ( ) : int

getNamedItem ( string $name ) : DOMNode

getNamedItemNS ( string $namespaceURI , string $localName ) : DOMNode

item ( int $index ) : DOMNode

}

Properties

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


Table of Contents