| 
        
            DirectoryIterator::__constructConstructs a new directory iterator from a path Beschreibung
   public  DirectoryIterator::__construct
    ( string  
  $path
   )Constructs a new directory iterator from a path. Parameter-Liste
 
 Fehler/Exceptions
   Throws an UnexpectedValueException
   if the  
   Throws a RuntimeException
   if the  Changelog
 
 Beispiele
 Beispiel #1 A DirectoryIterator::__construct example This example will list the contents of the directory containing the script. 
<?phpSiehe auch
 
  |