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

search for in the

DirectoryIterator::__construct> <RecursiveCachingIterator::hasChildren
Last updated: Fri, 09 Jan 2009

view this page in

DirectoryIterator クラス

導入

...

クラス概要

DirectoryIterator
DirectoryIterator extends SplFileInfo implements Iterator , Traversable {
/* メソッド */
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 07:56
Implements Iterator so you can foreach() over the content of the given directory

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