|
SPL-StandardPHPLibrary
|


Public Member Functions | |
| __construct ($path, $flags=0) | |
| __toString () | |
| current () | |
| getATime () | |
| getChildren () | |
| getCTime () | |
| getFileInfo (string class_name=NULL) | |
| getFilename () | |
| getGroup () | |
| getInode () | |
| getLinkTarget () | |
| getMTime () | |
| getOwner () | |
| getPath () | |
| getPathInfo (string class_name=NULL) | |
| getPathname () | |
| getPerms () | |
| getRealPath () | |
| getSize () | |
| getSubPath () | |
| getSubPathname () | |
| getType () | |
| hasChildren () | |
| 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 () | |
Public Attributes | |
| const | CURRENT_AS_FILEINFO |
| const | CURRENT_AS_PATHNAME |
| const | CURRENT_AS_SELF |
| const | KEY_AS_FILENAME |
| const | KEY_AS_PATHNAME |
| const | NEW_CURRENT_AND_KEY |
| RecursiveDirectoryIterator::__construct | ( | $path, | |
$flags = 0 |
|||
| ) |
|
inherited |
| RecursiveDirectoryIterator::current | ( | ) |
Implements Iterator.
|
inherited |
| RecursiveDirectoryIterator::getChildren | ( | ) |
Implements RecursiveIterator.
|
inherited |
|
inherited |
| class_name | name of class to instantiate |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| class_name | name of class to instantiate |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| RecursiveDirectoryIterator::getSubPath | ( | ) |
| RecursiveDirectoryIterator::getSubPathname | ( | ) |
|
inherited |
| RecursiveDirectoryIterator::hasChildren | ( | ) |
Implements RecursiveIterator.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
| RecursiveDirectoryIterator::key | ( | ) |
Implements Iterator.
|
inherited |
|
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). |
|
inherited |
|
inherited |
| class_name | name of class used with openFile(). Must be derived from SPLFileObject. |
|
inherited |
| class_name | name of class used with getFileInfo(), getPathInfo(). Must be derived from SplFileInfo. |
|
inherited |
| const RecursiveDirectoryIterator::KEY_AS_FILENAME |
Definition at line 1041 of file spl.php.
Referenced by DirectoryGraphIterator\__construct(), and DirectoryTreeIterator\__construct().
1.8.5