|
ssh2_sftp_realpathResolve the realpath of a provided path string Description
string ssh2_sftp_realpath
( resource
$sftp
, string $filename
)
Translates Parameters
Return ValuesReturns the real path as a string. Examples
Example #1 Resolving a pathname
<?php See Also
|