FilesystemIterator::__construct Constructs a new filesystem iterator &reftitle.description; public FilesystemIterator::__construct stringpath intflagsFilesystemIterator::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; <function>FilesystemIterator::__construct</function> example getFilename() . "\n"; } ?> ]]> &example.outputs; &reftitle.seealso; FilesystemIterator::setFlags DirectoryIterator::__construct