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

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》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码