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