Searched refs:Archive (Results 1 – 7 of 7) sorted by relevance
16 class Tar extends Archive21 protected $comptype = Archive::COMPRESS_AUTO;38 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;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) {[all …]
5 abstract class Archive class23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO);
16 class Zip extends Archive40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)
55 $tar->setCompression(9, Archive::COMPRESS_BZIP);
192 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
190 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
459 … "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",