Iterators
PHP Manual

A classe SimpleXMLIterator

Introdução

...

Sinopse da classe

SimpleXMLIterator
SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator , Traversable , Iterator , Countable {
/* Métodos */
mixed current ( void )
object getChildren ( void )
bool hasChildren ( void )
mixed key ( void )
void next ( void )
void rewind ( void )
bool valid ( void )
}

Índice


Iterators
PHP Manual