DOMNodelist::itemRetrieves a node specified by index Beschreibung
DOMElement DOMNodelist::item
( int
$index
)
Retrieves a node specified by Tipp
If you need to know the number of nodes in the collection, use the length property of the DOMNodeList object. Parameter-Liste
Rückgabewerte
The node at the Beispiele
Beispiel #1 Traversing all the entries of the table
<?phpAlternatively, you can use foreach, which is a much more convenient way:
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: Title Author Language ISBN The Grapes of Wrath John Steinbeck en 0140186409 The Pearl John Steinbeck en 014017737X Samarcande Amine Maalouf fr 2253051209 |