update : 2015.11.03
php.shukuma.com검색:
|
ssh2_sftp_rmdir(PECL ssh2 >= 0.9.0) ssh2_sftp_rmdir — Remove a directory 설명
bool ssh2_sftp_rmdir
( resource
$sftp
, string $dirname
)Removes a directory from the remote file server. This function is similar to using rmdir() with the ssh2.sftp:// wrapper. 반환값
성공 시 예제
Example #1 Removing a directory on a remote server
<?php |