Freelance PHP programmer India | Freelance web developer india | Web development India | web developer CV india | Compiling PHP and Apache 2 from source on Linux
Iterators
PHP Manual

The RecursiveDirectoryIterator class

Introduction

...

Class synopsis

RecursiveDirectoryIterator
RecursiveDirectoryIterator extends DirectoryIterator implements Traversable , Iterator , RecursiveIterator {
/* Methods */
object getChildren ( void )
bool hasChildren ([ bool $allow_links ] )
string key ( void )
void next ( void )
void rewind ( void )
/* Inherits */
DirectoryIterator DirectoryIterator::current ( void )
string DirectoryIterator::key ( void )
string DirectoryIterator::valid ( void )
}

Table of Contents


Iterators
PHP Manual