| 
        
            DirectoryIterator::isDotDetermine if current DirectoryIterator item is '.' or '..' Beschreibung
   public bool DirectoryIterator::isDot
    ( void
   ) 
  Determines if the current DirectoryIterator item is a directory and either . or ... Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
    Beispiele
 Beispiel #1 A DirectoryIterator::isDot example This example will list all files, omitting the . and .. entries. 
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: apple.jpg banana.jpg example.php pears.jpg Siehe auch
 
  |