getStatus() public method

Gets the status of the zip.
public getStatus ( ) : integer
return integer The status of the internal zip file
コード例 #1
0
ファイル: _ide_helper.php プロジェクト: alvarobfdev/applog
 /**
  * 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();
 }