bool ssh2_sftp_symlink ( resource $sftp , string $target , string $link )
Creates a symbolic link named link on the remote filesystem pointing to target.
Returns TRUE on success or FALSE on failure.