ssh2_sftp_readlink
PECL ssh2 >= 0.9.0
ssh2_sftp_readlink - Return the target of a symbolic link
Manual
ssh2_sftp_readlink(
resource$sftp,
string$link ): string
Returns the target of a symbolic link.
Parameters
- sftp
-
An SSH2 SFTP resource opened by ssh2_sftp.
- link
-
Path of the symbolic link.
Return Values
Returns the target of the symbolic link.