FilesystemIterator::__constructConstructs a new filesystem iterator Description
public FilesystemIterator::__construct
( string
$path
[, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS
] )
Constructs a new filesystem iterator from the Parameters
Return ValuesNo value is returned. Errors/Exceptions
Throws an UnexpectedValueException
if the Examples
Example #1 FilesystemIterator::__construct example
<?php The above example will output: apples.jpg banana.jpg example.php See Also
|