|
PHP5中文手册
ssh2_sftp_unlink(PECL ssh2:0.10-0.9) ssh2_sftp_unlink — Delete a file 说明
bool ssh2_sftp_unlink
( resource $sftp
, string $filename
)
Deletes a file on the remote filesystem. 返回值如果成功则返回 TRUE,失败则返回 FALSE。 范例
Example#1 Deleting a file
<?php |