FilesystemIterator::__constructConstructs a new filesystem iterator
&reftitle.description;
publicFilesystemIterator::__constructstringpathintflagsFilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS
Constructs a new filesystem iterator from the path.
&reftitle.parameters;
path
The path of the filesystem item to be iterated over.
flags
Flags may be provided which will affect the behavior of some methods.
A list of the flags can found under FilesystemIterator predefined constants.
They can also be set later with FilesystemIterator::setFlags
&reftitle.returnvalues;
&return.void;
&reftitle.errors;
Throws an UnexpectedValueException
if the path cannot be found.
&reftitle.examples;
FilesystemIterator::__construct example
getFilename() . "\n";
}
?>
]]>
&example.outputs;
&reftitle.seealso;
FilesystemIterator::setFlagsDirectoryIterator::__construct