Itérateurs
PHP Manual

La classe RecursiveIteratorIterator

Introduction

...

Synopsis de la classe

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

Sommaire


Itérateurs
PHP Manual