Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A Dcompatibility.php41 if (!function_exists('gzopen') && function_exists('gzopen64')) {
45 * @link http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists
52 function gzopen($filename, $mode, $use_include_path = 0)
62 * @link http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists
79 * @link http://stackoverflow.com/questions/23417519/php-zlib-gzopen-not-exists
49 function gzopen($filename, $mode, $use_include_path = 0) { global() function
H A Dio.php260 $fh = @gzopen($file, $mode . '9');
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php64 $this->fh = @gzopen($this->file, 'rb');
246 $this->fh = @gzopen($this->file, 'wb'.$this->complevel);
673 if ($comptype === Archive::COMPRESS_GZIP && !function_exists('gzopen')) {
H A DZip.php229 $gzp = @gzopen($extractto, 'rb');