class RecursiveDirectoryIterator extends RecursiveDirectoryIterator
Extends the \RecursiveDirectoryIterator to support relative paths.
__construct(string $path, int $flags, bool $ignoreUnreadableDirs = false) | ||
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. |
string | $path | |
int | $flags | |
bool | $ignoreUnreadableDirs |
RuntimeException |
Return an instance of SplFileInfo with support for relative paths.
SplFileInfo | File information |
RecursiveIterator |
AccessDeniedException |
Do nothing for non rewindable stream.
Checks if the stream is rewindable.
bool | true when the stream is rewindable, false otherwise |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.html