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