Documentation

RecursiveDirectoryIterator extends RecursiveDirectoryIterator
in package

Extends the \RecursiveDirectoryIterator to support relative paths.

Tags
author

Victor Berchet victor@suumit.com

Table of Contents

$directorySeparator  : string
$ignoreUnreadableDirs  : bool
$rewindable  : bool|null
$rootPath  : string
$subPath  : string
__construct()  : mixed
current()  : SplFileInfo
Return an instance of SplFileInfo with support for relative paths.
getChildren()  : RecursiveDirectoryIterator
hasChildren()  : bool
isRewindable()  : bool
Checks if the stream is rewindable.
rewind()  : void
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

hasChildren()

public hasChildren([bool $allowLinks = false ]) : bool
Parameters
$allowLinks : bool = false
Return values
bool

Search results