class RecursiveDirectoryIterator extends RecursiveDirectoryIterator
Extends the \RecursiveDirectoryIterator to support relative paths.
Methods
__construct(string $path, int $flags, bool $ignoreUnreadableDirs = false) Constructor. | ||
SplFileInfo | current() Return an instance of SplFileInfo with support for relative paths. | |
RecursiveIterator | getChildren() | |
rewind() Do nothing for non rewindable stream. | ||
bool | isRewindable() Checks if the stream is rewindable. |
Details
__construct(string $path, int $flags, bool $ignoreUnreadableDirs = false)
Constructor.
SplFileInfo current()
Return an instance of SplFileInfo with support for relative paths.
RecursiveIterator getChildren()
rewind()
Do nothing for non rewindable stream.
bool isRewindable()
Checks if the stream is rewindable.
Please login to continue.