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

search for in the

DirectoryIterator::__construct> <RecursiveCachingIterator::hasChildren
Last updated: Fri, 21 Nov 2008

view this page in

The DirectoryIterator class

Wstęp

The DirectoryIterator class provides a simple interface for viewing the contents of filesystem directories.

Skrótowy opis klasy

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

Spis treści



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