ssh2_sftp_readlink

PECL ssh2 >= 0.9.0
ssh2_sftp_readlink - Return the target of a symbolic link
Manual
Code Examples

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.

Related Functions

Example of ssh2_sftp_readlink

Show all examples for ssh2_sftp_readlink

PHP Version: