创建硬链接:
<?php
$target = "text.txt";
$linkname = "mylink";
link($target, $linkname);
?>
link() 函数创建硬链接。
link(
target,
link)
Parameter | Description |
---|---|
target | Required. Specifies the target |
link | Required. Specifies the name of the link |
返回值: | TRUE 成功,FALSE 失败 |
---|---|
PHP 版本: | 4.0+ |
PHP 变更日志: | PHP 5.3.0:现在可在 Windows 平台上使用 |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!