readlink() 函数返回符号连接的目标。
如果成功,该函数返回连接的目标。如果失败,则返回 FALSE。
readlink(linkpath)
注释:该函数不能在 Windows 平台上执行。
<?php echo readlink("/user/testlink"); ?>