GlobIterator::__constructConstruct a directory using glob Description
public GlobIterator::__construct(string
$pattern , int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO)Constructs a new directory iterator from a glob expression. Parameters
Errors/Exceptions
Throws an UnexpectedValueException
if the
Throws a ValueError
if the Changelog
Examples
Example #1 GlobIterator example
The above example will output something similar to: Matched 2 item(s) [1] php5ts.dll [2] php_gd2.dll See Also
|