is_executable

(PHP 3, PHP 4 )

is_executable -- Zegt of een bestandsnaam een executable is

Beschrijving

bool is_executable ( string filename)

Geeft TRUE terug als de bestandsnaam bestaat en een executable is.

Opmerking: Deze functie is niet geïmplementeerd in de Windows versie van PHP.

Opmerking: The results of this function are cached. See clearstatcache() for more details.

Opmerking: This function will not work on remote files as the file to be examined must be accessible via the servers filesystem.

Zie ook is_file() en is_link().