getStatus() public méthode

Gets the status of the zip.
public getStatus ( ) : integer
Résultat integer The status of the internal zip file
Exemple #1
0
 /**
  * Gets the status of the zip.
  *
  * @return integer The status of the internal zip file
  * @static 
  */
 public static function getStatus()
 {
     return \Chumper\Zipper\Zipper::getStatus();
 }