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

Author:





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