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 Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading...