ssh2_sftp_symlink

Example

 bool ssh2_sftp_symlink ( resource $sftp , string $target , string $link ) 

Description

Creates a symbolic link named link on the remote filesystem pointing to target.

Return Values

Returns TRUE on success or FALSE on failure.