is_readable

Example

 bool is_readable ( string $filename ) 

Description

Tells whether a file exists and is readable.

Return Values

Returns TRUE if the file or directory specified by filename exists and is readable, FALSE otherwise.