Searched refs:complevel (Results 1 – 2 of 2) sorted by relevance
26 protected $complevel = 9; variable in splitbrain\\PHPArchive\\Zip45 $this->complevel = $level;331 (bool) $this->complevel337 $deflate_context = deflate_init(ZLIB_ENCODING_DEFLATE, ['level' => $this->complevel]);344 if ($this->complevel) {374 $csize = $this->complevel ? $csize : $size;391 (bool) $this->complevel419 if ($this->complevel) {420 $data = gzcompress($data, $this->complevel);435 (bool) $this->complevel[all …]
22 protected $complevel = 9; variable in splitbrain\\PHPArchive\\Tar45 $this->complevel = $level;47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;63 $this->setCompression($this->complevel, $this->filetype($file));272 $this->setCompression($this->complevel, $this->filetype($file));276 $this->fh = @gzopen($this->file, 'wb'.$this->complevel);448 return gzencode($this->memory, $this->complevel);469 $this->setCompression($this->complevel, $this->filetype($file));