| 
        
            DirectoryIterator::isExecutableDetermine if current DirectoryIterator item is executable Beschreibung
   public bool DirectoryIterator::isExecutable
    ( void
   ) 
  Determines if the current DirectoryIterator item is executable. Parameter-ListeDiese Funktion hat keine Parameter. Rückgabewerte
   Returns  Beispiele
 Beispiel #1 DirectoryIterator::isExecutable example This example lists files in the directory containing the script which are executable. 
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: example.php myscript.sh Siehe auch
 
  |