PHP: Vérifier si un fichier est exécutable



Is the file executable: is_executable


";
      return;
   }
   print "$f is ".(is_executable( $f )?"":"not ")."executable
"; } ?>