bool symlink ( string $target , string $link )
symlink() creates a symbolic link to the existing target with the specified name link.
Returns TRUE on success or FALSE on failure.