delete() 공개 메소드

Deletes the archive file
public delete ( )
예제 #1
0
 /**
  * Deletes the archive file
  *
  * @static 
  */
 public static function delete()
 {
     return \Chumper\Zipper\Zipper::delete();
 }