PHP readlink() Function

PHP readlink Function


Define :

In this tutorial we have to learned about PHP readlink() Function.The php-readlink-function is inbuilt function.The php-readlink-function is used to returns the target of a symbolic link. It returns the contents of the symbolic link path, else returns FALSE on error.

Syntax
  readlink(path)

Example :