RecursiveDirectoryIterator
class RecursiveDirectoryIterator extends RecursiveDirectoryIterator
Extends the \RecursiveDirectoryIterator to support relative paths.
Methods
__construct(string $path, int $flags, bool $ignoreUnreadableDirs = false)
Constructor.
current()
Return an instance of SplFileInfo with support for relative paths.
getChildren()
No description
rewind()
Do nothing for non rewindable stream.
bool
isRewindable()
Checks if the stream is rewindable.
Details
at line line 48
__construct(string $path, int $flags, bool $ignoreUnreadableDirs = false)
Constructor.
at line line 67
SplFileInfo
current()
Return an instance of SplFileInfo with support for relative paths.
at line line 87
RecursiveIterator
getChildren()
at line line 115
rewind()
Do nothing for non rewindable stream.
at line line 132
bool
isRewindable()
Checks if the stream is rewindable.