is_executable
Tells whether the filename is executable
Description
boolis_executable
stringfilename
Returns &true; if the filename exists and is executable.
is_executable became available with Windows in PHP
version 5.0.0.
¬e.clearstatcache;
¬e.no-remote;
See also is_file and
is_link.