IS_EXECUTABLE
Tells whether the filename is executable
SYNTAX
is_executable ( string $filename ) : bool
PARAMETERS
filename
Path to the file.
RETURN
Returns TRUE if the filename exists and is executable, or FALSE on error.
EXAMPLES
/false/somefile.php is not executable