PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DirectoryIterator::__construct> <RecursiveCachingIterator::hasChildren
Last updated: Fri, 10 Oct 2008

view this page in

La classe DirectoryIterator

Introduction

...

Synopsis de la classe

DirectoryIterator
DirectoryIterator extends SplFileInfo implements Iterator , Traversable {
/* Méthodes */
DirectoryIterator DirectoryIterator::current ( void )
string DirectoryIterator::key ( void )
string DirectoryIterator::valid ( void )
}

Sommaire



add a note add a note User Contributed Notes
DirectoryIterator
Mark van Straten
09-Jul-2008 04:56
Implements Iterator so you can foreach() over the content of the given directory

 
show source | credits | sitemap | contact | advertising | mirror sites