class RecursiveDirectoryIterator extends RecursiveDirectoryIterator
Extends the \RecursiveDirectoryIterator to support relative paths
Methods
|
__construct(string $path, int $flags, boolean $ignoreUnreadableDirs = false)
Constructor. |
||
| SplFileInfo |
current()
Return an instance of SplFileInfo with support for relative paths |
|
| RecursiveIterator |
getChildren()
|
|
|
rewind()
Do nothing for non rewindable stream |
||
| Boolean |
isRewindable()
Checks if the stream is rewindable. |
Details
at line 43
public
__construct(string $path, int $flags, boolean $ignoreUnreadableDirs = false)
Constructor.
at line 58
public SplFileInfo
current()
Return an instance of SplFileInfo with support for relative paths
at line 68
public RecursiveIterator
getChildren()
at line 85
public
rewind()
Do nothing for non rewindable stream
at line 102
public Boolean
isRewindable()
Checks if the stream is rewindable.