FilesystemIterator::__constructConstructs a new filesystem iterator Beschreibung
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 Parameter-Liste
RückgabewerteEs wird kein Wert zurückgegeben. Fehler/Exceptions
Throws an UnexpectedValueException
if the Beispiele
Beispiel #1 FilesystemIterator::__construct example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: apples.jpg banana.jpg example.php Siehe auch
|