|
PHP5中文手册
ssh2_sftp_realpath(PECL ssh2:0.10-0.9) ssh2_sftp_realpath — Resolve the realpath of a provided path string 说明
string ssh2_sftp_realpath
( resource $sftp
, string $filename
)
Translates filename into the effective real path on the remote filesystem. 返回值Returns the real path as a string. 范例
Example#1 Resolving a pathname
<?php |