readlink

Example

 string readlink ( string $path ) 

Description

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

Return Values

Returns the contents of the symbolic link path or FALSE on error.