GlobIterator
PHP Manual

GlobIterator::__construct

(PHP 5 >= 5.3.0)

GlobIterator::__constructConstruct a directory using glob

Beschreibung

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

Constructs a new directory iterator from a glob expression.

Warnung

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

Parameter-Liste

path

The path of the directory.

flags

Optional flags.

Siehe auch


GlobIterator
PHP Manual