PHP funkce is_executable()
Dostupnost ve verzích: PHP 4.0
Tells whether the filename is executable
Parametry
| Parametr | Datový typ | Výchozí hodnota | Poznámka |
|---|---|---|---|
$filename |
string |
není | Path to the file. |
Návratové hodnoty
bool
true if the filename exists and is executable, or false on error.