readlink() 函数返回符号连接指向的目标。
若成功,则该函数返回连接的目标。若失败,则返回 false。
readlink(linkpath)
注释:本函数未在 Windows 平台下实现。。
<?php echo readlink("/user/testlink"); ?>