|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __construct ($path) | |
| __toString () | |
| current () | |
| getATime () | |
| getCTime () | |
| getFileInfo (string class_name=NULL) | |
| getFilename () | |
| getGroup () | |
| getInode () | |
| getLinkTarget () | |
| getMTime () | |
| getOwner () | |
| getPath () | |
| getPathInfo (string class_name=NULL) | |
| getPathname () | |
| getPerms () | |
| getRealPath () | |
| getSize () | |
| getType () | |
| isDir () | |
| isDot () | |
| isExecutable () | |
| isFile () | |
| isLink () | |
| isReadable () | |
| isWritable () | |
| key () | |
| next () | |
| openFile ($mode= 'r', $use_include_path=false, $context=NULL) | |
| rewind () | |
| setFileClass (string class_name="SplFileObject") | |
| setInfoClass (string class_name="SplFileInfo") | |
| valid () | |
| DirectoryIterator::__construct | ( | $ | path | ) |
Construct a directory iterator from a path-string.
| $path | directory to iterate. |
Reimplemented from SplFileInfo.
Definition at line 997 of file spl.php.
{}
| DirectoryIterator::__toString | ( | ) |
| DirectoryIterator::current | ( | ) |
Implements Iterator.
Reimplemented in RecursiveDirectoryIterator.
Definition at line 1011 of file spl.php.
{}
| SplFileInfo::getATime | ( | ) | [inherited] |
| SplFileInfo::getCTime | ( | ) | [inherited] |
| SplFileInfo::getFileInfo | ( | string | class_name = NULL | ) | [inherited] |
| class_name | name of class to instantiate |
Definition at line 876 of file spl.php.
{}
| SplFileInfo::getFilename | ( | ) | [inherited] |
| SplFileInfo::getGroup | ( | ) | [inherited] |
| SplFileInfo::getInode | ( | ) | [inherited] |
| SplFileInfo::getLinkTarget | ( | ) | [inherited] |
| SplFileInfo::getMTime | ( | ) | [inherited] |
| SplFileInfo::getOwner | ( | ) | [inherited] |
| SplFileInfo::getPath | ( | ) | [inherited] |
| SplFileInfo::getPathInfo | ( | string | class_name = NULL | ) | [inherited] |
| class_name | name of class to instantiate |
Definition at line 886 of file spl.php.
{}
| SplFileInfo::getPathname | ( | ) | [inherited] |
| SplFileInfo::getPerms | ( | ) | [inherited] |
| SplFileInfo::getRealPath | ( | ) | [inherited] |
| SplFileInfo::getSize | ( | ) | [inherited] |
| SplFileInfo::getType | ( | ) | [inherited] |
| SplFileInfo::isDir | ( | ) | [inherited] |
| DirectoryIterator::isDot | ( | ) |
| SplFileInfo::isExecutable | ( | ) | [inherited] |
| SplFileInfo::isFile | ( | ) | [inherited] |
| DirectoryIterator::isLink | ( | ) |
Reimplemented from SplFileInfo.
Definition at line 1022 of file spl.php.
{}
| SplFileInfo::isReadable | ( | ) | [inherited] |
| SplFileInfo::isWritable | ( | ) | [inherited] |
| DirectoryIterator::key | ( | ) |
Implements Iterator.
Reimplemented in RecursiveDirectoryIterator.
Definition at line 1007 of file spl.php.
{}
| DirectoryIterator::next | ( | ) |
| SplFileInfo::openFile | ( | $ | mode = 'r', |
| $ | use_include_path = false, |
||
| $ | context = NULL |
||
| ) | [inherited] |
Open the current file as a SplFileObject instance.
| mode | open mode |
| use_include_path | whether to search include paths (don't use) |
| context | resource context to pased to open function |
| RuntimeException | if file cannot be opened (e.g. insufficient access rights). |
Definition at line 973 of file spl.php.
{}
| DirectoryIterator::rewind | ( | ) |
| SplFileInfo::setFileClass | ( | string | class_name = "SplFileObject" | ) | [inherited] |
| class_name | name of class used with openFile(). Must be derived from SPLFileObject. |
Definition at line 978 of file spl.php.
{}
| SplFileInfo::setInfoClass | ( | string | class_name = "SplFileInfo" | ) | [inherited] |
| class_name | name of class used with getFileInfo(), getPathInfo(). Must be derived from SplFileInfo. |
Definition at line 983 of file spl.php.
{}
| DirectoryIterator::valid | ( | ) |
1.7.5.1