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