PHP Manual Function Reference XML Manipulation DOM DOMNodeList DOMNode::replaceChild DOMNodelist::item The DOMNodeList class (PHP 5) Class synopsis DOMNodeList implements Traversable { /* Properties */ readonly public int $length ; /* Methods */ DOMNode DOMNodelist::item ( int $index ) } Properties length The number of nodes in the list. The range of valid child node indices is 0 to length - 1 inclusive. See Also » W3C specification of NodeList Table of ContentsDOMNodelist::item — Retrieves a node specified by index