(PHP 5 >= 5.1.0, PHP 7)
Move cursor to next node skipping all subtrees
public bool XMLReader::next ([ string $localname ] )
Positions cursor on the next node skipping all subtrees.
Parameters:
localname
The name of the next node to move to.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
Please login to continue.