symlink()
symlink - Creates a symbolic link
Syntax
bool symlink (
string $target,
string $link)
Arguments
- target - Target of the link.
- link - The link name.
Description
symlink() creates a symbolic link to the existing target with the specified name link.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.