BcZip::__destruct PHP Method

__destruct() public method

Destruct
public __destruct ( )
    public function __destruct()
    {
        if (class_exists('ZipArchive')) {
            $this->Zip->close();
        }
    }