symlink

Example

 bool symlink ( string $target , string $link ) 

Description

symlink() creates a symbolic link to the existing target with the specified name link.

Return Values

Returns TRUE on success or FALSE on failure.