简体中文
readlink() 函数返回符号连接指向的目标。
readlink()
若成功,则该函数返回连接的目标。若失败,则返回 false。
<?php echo readlink("/user/testlink"); ?>
readlink(linkpath)