DOMNodelist::item(No version information available, might be only in CVS) DOMNodelist::item — Retrieves a node specified by index ОписаниеRetrieves a node specified by index within the DOMNodeList object. Подсказка
If you need to know the number of nodes in the collection, use the length property of the DOMNodeList object. Список параметров
Возвращаемые значенияThe node at the index th position in the DOMNodeList, or NULL if that is not a valid index. Примеры
Пример #1 Traversing all the entries of the table
<?phpAlternatively, you can use foreach, which is a much more convenient way:
<?phpРезультат выполнения данного примера:
|
|
|
| © 2009 Тест скорости интернета | Boont.Ru |