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, 14 Nov 2008

view this page in

The DirectoryIterator class

Einführung

...

Klassenbeschreibung

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

Inhaltsverzeichnis



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

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