DOMNodeList::itemRetrieves a node specified by index Description
public DOMElementDOMNodeDOMNameSpaceNodenull DOMNodeList::item(int
$index )
Retrieves a node specified by Tip
If you need to know the number of nodes in the collection, use
the Parameters
Return Values
The node at the Examples
Example #1 Traversing all the entries of the table
Example #2 Accessing item with array syntax
Example #3 Traversing items with foreach
The above example will output: Title Author Language ISBN The Grapes of Wrath John Steinbeck en 0140186409 The Pearl John Steinbeck en 014017737X Samarcande Amine Maalouf fr 2253051209 |