Home
last modified time | relevance | path

Searched refs:gzopen (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dcompatibility.php52 function gzopen($filename, $mode, $use_include_path = 0) function
H A Dio.php261 $fh = @gzopen($file, $mode . '9');
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php68 $this->fh = @gzopen($this->file, 'rb');
276 $this->fh = @gzopen($this->file, 'wb'.$this->complevel);
H A DZip.php229 $gzp = @gzopen($extractto, 'rb');