XMLReader::next

(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:

XMLReader::moveToNextAttribute() -

XMLReader::moveToElement() -

XMLReader::moveToAttribute() -

doc_php
2016-02-24 16:15:27
Comments
Leave a Comment

Please login to continue.