|
PHP5中文手册
ssh2_sftp_readlink(PECL ssh2:0.10-0.9) ssh2_sftp_readlink — Return the target of a symbolic link 说明
string ssh2_sftp_readlink
( resource $sftp
, string $link
)
Returns the target of a symbolic link. 返回值Returns the target of the symbolic link . 范例
Example#1 Reading a symbolic link
<?php |