FilesystemIterator
PHP Manual

FilesystemIterator::__construct

(PHP 5 >= 5.3.0)

FilesystemIterator::__constructConstructs a new filesystem iterator

Description

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

Constructs a new filesystem iterator from the path .

Warning

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

Parameters

path

The path.

flags

The desired flags.

See Also


FilesystemIterator
PHP Manual