SPL
PHP Manual

La classe RecursiveIteratorIterator

Introduction

...

Synopsis de la classe

RecursiveIteratorIterator
class 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 )
boolean valid ( void )
}

Sommaire


SPL
PHP Manual