XMLReader
PHP Manual

XMLReader::next

(PHP 5 >= 5.1.2)

XMLReader::next — Move cursor to next node skipping all subtrees

Опи�ание

XMLReader
bool next ([ string $localname ] )

Positions cursor on the next node skipping all subtrees.

Спи�ок параметров

localname

The name of the next node to move to.

Возвращаемые значени�

Возвращает TRUE в �лучае у�пешного завершени� или FALSE в �лучае возникновени� ошибки.

Смотрите также


XMLReader
PHP Manual