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.
is_executable example
]]>
¬e.clearstatcache;
&tip.fopen-wrapper.stat;
See also is_file and
is_link.