GlobIterator::__constructConstruct a directory using glob Beschreibung
   public  GlobIterator::__construct
    ( string  
  $path
   [, int $flags = FilesystemIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO
  ] )Constructs a new directory iterator from a glob expression. Parameter-Liste
 
 Beispiele
 Beispiel #1 GlobIterator example 
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Matched 2 item(s) [1] php5ts.dll [2] php_gd2.dll Siehe auch
 
  |