GlobIterator
PHP Manual

GlobIterator::__construct

(PHP 5 >= 5.3.0)

GlobIterator::__constructConstruct a directory using glob

Description

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

Constructs a new directory iterator from a glob expression.

Warning

This function is currently not documented; only its argument list is available.

Parameters

path

The path of the directory.

flags

Optional flags.

See Also


GlobIterator
PHP Manual