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

The DirectoryIterator class

Введение

...

Class synopsis

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

Содержание



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 | stats | sitemap | contact | advertising | mirror sites