| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
is_executable(PHP 4, PHP 5) is_executable — Prüft, ob eine Datei ausführbar ist Beschreibung
bool is_executable
( string $filename
)
Gibt TRUE zurück, wenn die Datei existiert und ausführbar ist. is_executable() wurde für Windows in PHP Version 5.0.0 eingeführt.
|