DOMNodelist->item()
(no version information, might be only in CVS)
DOMNodelist->item() -- Retrieves a node specified by indexOpis
class DOMNodeList {DOMNode item ( int index )
}
Retrieves a node specified by index within the
DOMNodeList object.
Podpowiedź: If you need to know the number of nodes in the collection, use the length property of the DOMNodeList object.
Zwracane wartości
The node at the indexth position in the
DOMNodeList, or NULL if that is not a valid
index.
Przykłady
| Poprzedni | Spis treści | Następny |
| DOMNode->replaceChild() | Początek rozdziału |