is_readable

 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.