XMLReader::read
(PHP 5 >= 5.1.0)
XMLReader::read — Move to next node in document
Descrição
public bool XMLReader::read
( void
)
Moves cursor to the next node in the document.
Valor Retornado
Retorna TRUE em caso de sucesso ou FALSE em caso de falha.
Veja Também
- XMLReader::moveToElement() - Position cursor on the parent Element of current Attribute
- XMLReader::moveToAttribute() - Move cursor to a named attribute
- XMLReader::next() - Move cursor to next node skipping all subtrees