link
(PHP 4, PHP 5)
link — Create a hard link
說明
bool link
( string $target
, string $link
)
link() creates a hard link.
參數
- target
-
Target of the link.
- link
-
The link name.
Return值
如果成功則回傳 TRUE,失敗則回傳 FALSE。