| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
ssh2_sftp_unlink(PECL ssh2 >= 0.9.0) ssh2_sftp_unlink — Delete a file 설명
   bool ssh2_sftp_unlink
    ( resource  
  $sftp
   , string $filename
   )Deletes a file on the remote filesystem. 반환값
   성공 시  예제
 Example #1 Deleting a file 
<?php |