PHP is_readable May 12, 2012 Pramod T P It checks whether the file exists and is readable Example <?php echo is_readable(‘test.txt’)?”Yes”:”No”; ?> Output Yes