|
ssh2_sftp_realpath(PECL ssh2 >= 0.9.0) 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. Примеры
Пример #1 Resolving a pathname
<?php Смотрите также
|
|