Easy Tutorial
❮ Func Array Walk Func Misc Uniqid ❯

PHP symlink() Function



Definition and Usage

The symlink() function creates a symbolic 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 be executed on Windows platforms.


❮ Func Array Walk Func Misc Uniqid ❯