Easy Tutorial
❮ Php Get_Defined_Vars Function Func Math Pow ❯

PHP link() Function



Definition and Usage

The link() function creates a hard link starting from the specified name to the existing target file.

If successful, the function returns TRUE. If it fails, it returns FALSE.

Syntax

Parameter Description
target Required.
link Required.

Tips and Notes

Note: This is not an HTML link, but a link in the file system.

Note: This function cannot operate on remote files.


❮ Php Get_Defined_Vars Function Func Math Pow ❯