PHP link() 函数
PHP 教程
· 2019-01-25 11:57:08
定义和用法
link() 函数创建一个从指定名称连接的现存目标文件开始的硬连接。
如果成功,该函数返回 TRUE。如果失败,则返回 FALSE。
语法
link(target,link)
| 参数 | 描述 |
|---|---|
| target | 必需。 |
| link | 必需。 |
提示和注释
注释:这不是一个 HTML 连接,而是一个文件系统中的连接。
注释:该函数不能作用于远程文件。
点击查看所有 PHP 教程 文章: https://codercto.com/courses/l/5.html
Blockchain Basics
Daniel Drescher / Apress / 2017-3-16 / USD 20.99
In 25 concise steps, you will learn the basics of blockchain technology. No mathematical formulas, program code, or computer science jargon are used. No previous knowledge in computer science, mathema......一起来看看 《Blockchain Basics》 这本书的介绍吧!