Php/docs/xmlreader.next

From Get docs

XMLReader::next

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::nextMove cursor to next node skipping all subtrees


Description

public XMLReader::next ([ string|null $name = NULL ] ) : bool

Positions cursor on the next node skipping all subtrees.


Parameters

name
The name of the next node to move to.


Return Values

Returns TRUE on success or FALSE on failure.


Changelog

Version Description
8.0.0 name is nullable now.


See Also