bool is_readable ( string $filename )
Tells whether a file exists and is readable.
Returns TRUE if the file or directory specified by filename exists and is readable, FALSE otherwise.