Searched refs:gzopen (Results 1 – 4 of 4) sorted by relevance
52 function gzopen($filename, $mode, $use_include_path = 0) function
261 $fh = @gzopen($file, $mode . '9');
68 $this->fh = @gzopen($this->file, 'rb');276 $this->fh = @gzopen($this->file, 'wb'.$this->complevel);
229 $gzp = @gzopen($extractto, 'rb');