update : 2015.11.03
php.shukuma.com검색:
|
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 반환값Returns the real path as a string. 예제
Example #1 Resolving a pathname
<?php 참고
|