is_executable

Example

 bool is_executable ( string $filename ) 

Description

Tells whether the filename is executable.

Return Values

Returns TRUE if the filename exists and is executable, or FALSE on error.