| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ssh2_sftp_rename(PECL ssh2 >= 0.9.0) ssh2_sftp_rename — Rename a remote file 설명
   bool ssh2_sftp_rename
    ( resource  
  $sftp
   , string $from
   , string $to
   )Renames a file on the remote filesystem. 인수
 
 반환값
   성공 시  예제
 Example #1 Renaming a file via sftp 
<?php |