Searched refs:comptype (Results 1 – 2 of 2) sorted by relevance
20 protected $comptype = self::COMPRESS_AUTO; variable in VerboseTar30 * @param int $comptype33 public function open($file, $comptype = self::COMPRESS_AUTO) { argument35 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);36 $this->compressioncheck($comptype);38 $this->comptype = $comptype;41 if($this->comptype === self::COMPRESS_GZIP) {43 } elseif($this->comptype === self::COMPRESS_BZIP) {207 * @param int $comptype212 public function create($file = '', $comptype = self::COMPRESS_AUTO, $complevel = 9) { argument[all …]
21 protected $comptype = Archive::COMPRESS_AUTO; variable in splitbrain\\PHPArchive\\Tar44 $this->comptype = $type;46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;62 if ($this->comptype == Tar::COMPRESS_AUTO) {67 if ($this->comptype === Archive::COMPRESS_GZIP) {69 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {271 if ($this->comptype == Archive::COMPRESS_AUTO) {275 if ($this->comptype === Archive::COMPRESS_GZIP) {277 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {417 if ($this->comptype === Archive::COMPRESS_GZIP) {[all …]