RecursiveDirectoryIterator
extends RecursiveDirectoryIterator
in package
Extends the \RecursiveDirectoryIterator to support relative paths.
Tags
Table of Contents
Methods
- __construct() : mixed
- current() : SplFileInfo
- Return an instance of SplFileInfo with support for relative paths.
- getChildren() : RecursiveDirectoryIterator
- hasChildren() : bool
- next() : void
- rewind() : void
Methods
__construct()
public
__construct(string $path, int $flags[, bool $ignoreUnreadableDirs = false ]) : mixed
Parameters
- $path : string
- $flags : int
- $ignoreUnreadableDirs : bool = false
Tags
current()
Return an instance of SplFileInfo with support for relative paths.
public
current() : SplFileInfo
Return values
SplFileInfogetChildren()
public
getChildren() : RecursiveDirectoryIterator
Tags
Return values
RecursiveDirectoryIteratorhasChildren()
public
hasChildren([bool $allowLinks = false ]) : bool
Parameters
- $allowLinks : bool = false
Return values
boolnext()
public
next() : void
rewind()
public
rewind() : void