SPL
PHP Manual

A classe RecursiveIteratorIterator

Introdução

...

Sinopse da classe

RecursiveIteratorIterator
class RecursiveIteratorIterator implements OuterIterator , Traversable , Iterator {
/* Métodos */
mixed current ( void )
int getDepth ( void )
RecursiveIterator getSubIterator ( void )
mixed key ( void )
void next ( void )
void rewind ( void )
bolean valid ( void )
}

Índice


SPL
PHP Manual