XMLReader
PHP Manual

XMLReader::read

(PHP 5 >= 5.1.0, PHP 7)

XMLReader::readMove to next node in document

Description

public bool XMLReader::read ( void )

Moves cursor to the next node in the document.

Return Values

Returns TRUE on success or FALSE on failure.

See Also


XMLReader
PHP Manual