Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<XMLReader->open()XMLReader->setParserProperty()>
Last updated: Tue, 19 Sep 2006

XMLReader->read()

(no version information, might be only in CVS)

XMLReader->read() -- Move to next node in document

Description

class XMLReader {

bool read ( void )

}

Moves cursor to the next node in the document.

Return Values

Returns TRUE on success or FALSE on failure.




<XMLReader->open()XMLReader->setParserProperty()>
Last updated: Tue, 19 Sep 2006