SPL
PHP Manual

The RecursiveIteratorIterator class

Введение

...

Class synopsis

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

Содержание


SPL
PHP Manual