symlink

 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.