GoLang XMLReader::read

request it (446)
GoLang replacement for PHP's XMLReader::read [edit | history]



Do you know a GoLang replacement for PHP's XMLReader::read? Write it!

PHP XMLReader::read

PHP original manual for XMLReader::read [ show | php.net ]

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