コード例 #1
0
ファイル: File.php プロジェクト: gonzalo123/ftplib
 /**
  * Removes the file from the FTP server
  */
 public function delete()
 {
     $this->ftp->deleteFile($this->name);
 }