is_executable

(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)

is_executable -- Zjistí, zda je soubor spustitelný

Popis

bool is_executable ( string filename)

Vrací TRUE, když soubor existuje a je spustitelný (proveditelný)

Výsledek této funkce je cachován. Více detailů - viz clearstatcache().

Viz také is_file() a is_link().