PHP readlink May 12, 2012 Pramod T P It returns the target of a symbolic link Example <?php echo readlink(‘test’); ?>