Latest web development tutorials

PHP symlink () function

PHP Filesystem Reference Manual Complete PHP Filesystem Reference Manual

Definition and Usage

symlink () symbol existing destination file function creates a connection from the specified name that begins with the connection.

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

grammar

symlink(target,link)

参数 描述
target 必需。
link 必需。


Tips and Notes

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

Note: This function can not be executed on a Windows platform.


PHP Filesystem Reference Manual Complete PHP Filesystem Reference Manual