PHP readlink() Function

The readlink() function returns the target of a symbolic link.This function returns the target of the link on success, or FALSE on failure.

string readlink ( string $path )

readlink() does the same as the readlink C function.

Example -

ParameterDescription
pathThe symbolic link path