HumHub Documentation (unofficial)

RecursiveDirectoryIterator extends RecursiveDirectoryIterator
in package

Extends the \RecursiveDirectoryIterator to support relative paths.

Tags
author

Victor Berchet victor@suumit.com

Table of Contents

Properties

$directorySeparator  : mixed
$ignoreFirstRewind  : bool
$ignoreUnreadableDirs  : bool
$rootPath  : mixed
$subPath  : mixed

Methods

__construct()  : mixed
current()  : SplFileInfo
Return an instance of SplFileInfo with support for relative paths.
getChildren()  : RecursiveDirectoryIterator
hasChildren()  : bool
next()  : void
rewind()  : void

Properties

Methods

__construct()

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

        
On this page

Search results