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, 18 Jul 2008

view this page in

The DirectoryIterator class

Introduzione

...

Sommario dellla classe

DirectoryIterator
class DirectoryIterator extends SplFileInfo implements Iterator , Traversable {
/* Methods */
__construct ( string $path )
DirectoryIterator current ( void )
int getATime ( void )
int getCTime ( void )
string getFilename ( void )
int getGroup ( void )
int getInode ( void )
int getMTime ( void )
int getOwner ( void )
string getPath ( void )
string getPathname ( void )
int getPerms ( void )
int getSize ( void )
string getType ( void )
bool isDir ( void )
bool isDot ( void )
bool isExecutable ( void )
bool isFile ( void )
bool isLink ( void )
bool isReadable ( void )
bool isWritable ( void )
string key ( void )
void next ( void )
void rewind ( void )
string valid ( void )
}

Indice dei contenuti



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