PHP Manual

  • English French German Portuguese Spanish
  1. Function Reference
  2. XML Manipulation
  3. DOM
  4. DOMNodeList
DOM Introduction Installing/Configuring Predefined Constants Examples DOMAttr DOMCdataSection DOMCharacterData DOMComment DOMDocument DOMDocumentFragment DOMDocumentType DOMElement DOMEntity DOMEntityReference DOMException DOMImplementation DOMNamedNodeMap DOMNode DOMNodeList DOMNotation DOMProcessingInstruction DOMText DOMXPath DOM Functions
  • 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 Contents

  • DOMNodelist::item — Retrieves a node specified by index
© Copyright © 2001-2015 The PHP Group.

© Copyright 2014. Diseñado por PHP Manual usando jfCMS.