FilesystemIterator
PHP Manual

FilesystemIterator::__construct

(PHP 5 >= 5.3.0)

FilesystemIterator::__constructConstructs a new filesystem iterator

Beschreibung

FilesystemIterator::__construct ( string $path [, string $flags ] )

Constructs a new filesystem iterator from the path .

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

path

The path.

flags

The desired flags.

Siehe auch


FilesystemIterator
PHP Manual