Documentation

RecursiveDirectoryIterator extends RecursiveDirectoryIterator
in package

Extends the \RecursiveDirectoryIterator to support relative paths.

Tags
author

Victor Berchet victor@suumit.com

Table of Contents

$directorySeparator  : mixed
$ignoreUnreadableDirs  : bool
$rewindable  : bool
$rootPath  : mixed
$subPath  : mixed
__construct()  : mixed
current()  : SplFileInfo
Return an instance of SplFileInfo with support for relative paths.
getChildren()  : RecursiveIterator
isRewindable()  : bool
Checks if the stream is rewindable.
rewind()  : mixed
Do nothing for non rewindable stream.

Properties

Methods

__construct()

public __construct(string $path, int $flags[, bool $ignoreUnreadableDirs = false ]) : mixed
Parameters
$path : string
$flags : int
$ignoreUnreadableDirs : bool = false
Tags
throws
RuntimeException
Return values
mixed

isRewindable()

Checks if the stream is rewindable.

public isRewindable() : bool
Return values
bool

true when the stream is rewindable, false otherwise

Search results