[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 154 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
RecursiveDirectoryIterator:: (5 methods):
__construct()
current()
getChildren()
rewind()
isRewindable()
Class: RecursiveDirectoryIterator - X-Ref
Extends the \RecursiveDirectoryIterator to support relative paths.__construct($path, $flags, $ignoreUnreadableDirs = false) X-Ref |
param: string $path param: int $flags param: bool $ignoreUnreadableDirs |
current() X-Ref |
Return an instance of SplFileInfo with support for relative paths. return: SplFileInfo File information |
getChildren() X-Ref |
return: \RecursiveIterator |
rewind() X-Ref |
Do nothing for non rewindable stream. |
isRewindable() X-Ref |
Checks if the stream is rewindable. return: bool true when the stream is rewindable, false otherwise |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |