| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ssh2_sftp_readlink(PECL ssh2 >= 0.9.0) 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  예제
 Example #1 Reading a symbolic link 
<?php |