Searched refs:COMPRESS_AUTO (Results 1 – 4 of 4) sorted by relevance
14 const COMPRESS_AUTO = 0; define in VerboseTar20 protected $comptype = self::COMPRESS_AUTO;33 public function open($file, $comptype = self::COMPRESS_AUTO) {35 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);212 public function create($file = '', $comptype = self::COMPRESS_AUTO, $complevel = 9) {214 if($comptype == self::COMPRESS_AUTO) $comptype = $this->filetype($file);349 public function getArchive($comptype = self::COMPRESS_AUTO, $complevel = 9) {352 if($comptype === self::COMPRESS_AUTO) $comptype = $this->comptype;371 public function save($file, $comptype = self::COMPRESS_AUTO, $complevel = 9) {372 if($comptype === self::COMPRESS_AUTO) $comptype = $this->filetype($file);
8 const COMPRESS_AUTO = -1; define in splitbrain\\PHPArchive\\Archive23 abstract public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO);
21 protected $comptype = Archive::COMPRESS_AUTO;38 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)62 if ($this->comptype == Tar::COMPRESS_AUTO) {271 if ($this->comptype == Archive::COMPRESS_AUTO) {443 if ($this->comptype === Archive::COMPRESS_AUTO) {468 if ($this->comptype === Archive::COMPRESS_AUTO) {
40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO)