Iterators
PHP Manual

The RecursiveIteratorIterator class

Wstęp

Can be used to iterate through recursive iterators.

Krótki opis klasy

RecursiveIteratorIterator
RecursiveIteratorIterator implements OuterIterator , Traversable , Iterator {
/* Methods */
mixed current ( void )
int getDepth ( void )
RecursiveIterator getSubIterator ( void )
mixed key ( void )
void next ( void )
void rewind ( void )
bool valid ( void )
/* Inherited methods */
public Iterator OuterIterator::getInnerIterator ( void )
}

Spis treści


Iterators
PHP Manual