PHP readlink() 函数
PHP 教程
· 2019-01-25 14:26:27
定义和用法
readlink() 函数返回符号连接的目标。
如果成功,该函数返回连接的目标。如果失败,则返回 FALSE。
语法
readlink(linkpath)
| 参数 | 描述 |
|---|---|
| linkpath | 必需。规定要检查的连接路径。 |
提示和注释
注释:该函数不能在 Windows 平台上执行。
实例
<?php
echo readlink("/user/testlink");
?>
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
jQuery in Action
Bear Bibeault、Yehuda Katz / Manning Publications / 2008-2-17 / USD 39.99
A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professio......一起来看看 《jQuery in Action》 这本书的介绍吧!