update : 2015.11.03
php.shukuma.com검색:
|
DOMNodelist::item(PHP 5, PHP 7) DOMNodelist::item — Retrieves a node specified by index 설명
Retrieves a node specified by Tip
If you need to know the number of nodes in the collection, use the length property of the DOMNodeList object. 인수
반환값
The node at the 예제
Example #1 Traversing all the entries of the table
<?php Alternatively, you can use foreach, which is a much more convenient way:
<?php 위 예제의 출력: Title Author Language ISBN The Grapes of Wrath John Steinbeck en 0140186409 The Pearl John Steinbeck en 014017737X Samarcande Amine Maalouf fr 2253051209 |