delete() public method

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