Go to the source code of this file.
|
| ob_gzhandler (string $data, int $flags) |
|
| zlib_get_coding_type () |
|
| gzfile (string $filename, int $use_include_path=0) |
|
| gzopen (string $filename, string $mode, int $use_include_path=0) |
|
| readgzfile (string $filename, int $use_include_path=0) |
|
| zlib_encode (string $data, int $encoding, int $level=-1) |
|
| zlib_decode (string $data, int $max_length=0) |
|
| gzdeflate (string $data, int $level=-1, int $encoding=ZLIB_ENCODING_RAW) |
|
| gzencode (string $data, int $level=-1, int $encoding=ZLIB_ENCODING_GZIP) |
|
| gzcompress (string $data, int $level=-1, int $encoding=ZLIB_ENCODING_DEFLATE) |
|
| gzinflate (string $data, int $max_length=0) |
|
| gzdecode (string $data, int $max_length=0) |
|
| gzuncompress (string $data, int $max_length=0) |
|
| gzwrite ($stream, string $data, ?int $length=null) |
|
| gzputs ($stream, string $data, ?int $length=null) |
|
| gzrewind ($stream) |
|
| gzclose ($stream) |
|
| gzeof ($stream) |
|
| gzgetc ($stream) |
|
| gzpassthru ($stream) |
|
| gzseek ($stream, int $offset, int $whence=SEEK_SET) |
|
| gztell ($stream) |
|
| gzread ($stream, int $length) |
|
| gzgets ($stream, ?int $length=null) |
|
| deflate_init (int $encoding, array|object $options=[]) |
|
| deflate_add (DeflateContext $context, string $data, int $flush_mode=ZLIB_SYNC_FLUSH) |
|
| inflate_init (int $encoding, array|object $options=[]) |
|
| inflate_add (InflateContext $context, string $data, int $flush_mode=ZLIB_SYNC_FLUSH) |
|
| inflate_get_status (InflateContext $context) |
|
| inflate_get_read_len (InflateContext $context) |
|
◆ deflate_add()
◆ deflate_init()
deflate_init |
( |
int | $encoding, |
|
|
array|object | $options = [] ) |
◆ gzclose()
- Parameters
-
resource | $stream | @alias fclose |
Definition at line 229 of file zlib.stub.php.
◆ gzcompress()
◆ gzdecode()
gzdecode |
( |
string | $data, |
|
|
int | $max_length = 0 ) |
◆ gzdeflate()
◆ gzencode()
◆ gzeof()
- Parameters
-
resource | $stream | @alias feof |
Definition at line 235 of file zlib.stub.php.
◆ gzfile()
gzfile |
( |
string | $filename, |
|
|
int | $use_include_path = 0 ) |
- Returns
- array<int, string>|false @refcount 1
Definition at line 172 of file zlib.stub.php.
◆ gzgetc()
- Parameters
-
resource | $stream | @alias fgetc |
Definition at line 241 of file zlib.stub.php.
◆ gzgets()
gzgets |
( |
| $stream, |
|
|
?int | $length = null ) |
- Parameters
-
resource | $stream | @alias fgets |
Definition at line 271 of file zlib.stub.php.
◆ gzinflate()
gzinflate |
( |
string | $data, |
|
|
int | $max_length = 0 ) |
◆ gzopen()
gzopen |
( |
string | $filename, |
|
|
string | $mode, |
|
|
int | $use_include_path = 0 ) |
◆ gzpassthru()
- Parameters
-
resource | $stream | @alias fpassthru |
Definition at line 247 of file zlib.stub.php.
◆ gzputs()
gzputs |
( |
| $stream, |
|
|
string | $data, |
|
|
?int | $length = null ) |
- Parameters
-
resource | $stream | @alias fwrite @undocumentable gzputs is an alias of gzwrite, but transitive aliases are not yet supported |
Definition at line 217 of file zlib.stub.php.
◆ gzread()
gzread |
( |
| $stream, |
|
|
int | $length ) |
- Parameters
-
resource | $stream | @alias fread |
Definition at line 265 of file zlib.stub.php.
◆ gzrewind()
- Parameters
-
resource | $stream | @alias rewind |
Definition at line 223 of file zlib.stub.php.
◆ gzseek()
gzseek |
( |
| $stream, |
|
|
int | $offset, |
|
|
int | $whence = SEEK_SET ) |
- Parameters
-
resource | $stream | @alias fseek |
Definition at line 253 of file zlib.stub.php.
◆ gztell()
- Parameters
-
resource | $stream | @alias ftell |
Definition at line 259 of file zlib.stub.php.
◆ gzuncompress()
gzuncompress |
( |
string | $data, |
|
|
int | $max_length = 0 ) |
◆ gzwrite()
gzwrite |
( |
| $stream, |
|
|
string | $data, |
|
|
?int | $length = null ) |
- Parameters
-
resource | $stream | @alias fwrite |
Definition at line 210 of file zlib.stub.php.
◆ inflate_add()
◆ inflate_get_read_len()
◆ inflate_get_status()
◆ inflate_init()
inflate_init |
( |
int | $encoding, |
|
|
array|object | $options = [] ) |
◆ ob_gzhandler()
ob_gzhandler |
( |
string | $data, |
|
|
int | $flags ) |
◆ readgzfile()
readgzfile |
( |
string | $filename, |
|
|
int | $use_include_path = 0 ) |
◆ zlib_decode()
zlib_decode |
( |
string | $data, |
|
|
int | $max_length = 0 ) |
◆ zlib_encode()
zlib_encode |
( |
string | $data, |
|
|
int | $encoding, |
|
|
int | $level = -1 ) |
◆ zlib_get_coding_type()
◆ FORCE_DEFLATE
const FORCE_DEFLATE = UNKNOWN |
◆ FORCE_GZIP
const FORCE_GZIP = UNKNOWN |
◆ ZLIB_BLOCK
const ZLIB_BLOCK = UNKNOWN |
◆ ZLIB_BUF_ERROR
const ZLIB_BUF_ERROR = UNKNOWN |
◆ ZLIB_DATA_ERROR
const ZLIB_DATA_ERROR = UNKNOWN |
◆ ZLIB_DEFAULT_STRATEGY
const ZLIB_DEFAULT_STRATEGY = UNKNOWN |
◆ ZLIB_ENCODING_DEFLATE
const ZLIB_ENCODING_DEFLATE = UNKNOWN |
◆ ZLIB_ENCODING_GZIP
const ZLIB_ENCODING_GZIP = UNKNOWN |
◆ ZLIB_ENCODING_RAW
const ZLIB_ENCODING_RAW = UNKNOWN |
◆ ZLIB_ERRNO
const ZLIB_ERRNO = UNKNOWN |
◆ ZLIB_FILTERED
const ZLIB_FILTERED = UNKNOWN |
◆ ZLIB_FINISH
const ZLIB_FINISH = UNKNOWN |
◆ ZLIB_FIXED
const ZLIB_FIXED = UNKNOWN |
◆ ZLIB_FULL_FLUSH
const ZLIB_FULL_FLUSH = UNKNOWN |
◆ ZLIB_HUFFMAN_ONLY
const ZLIB_HUFFMAN_ONLY = UNKNOWN |
◆ ZLIB_MEM_ERROR
const ZLIB_MEM_ERROR = UNKNOWN |
◆ ZLIB_NEED_DICT
const ZLIB_NEED_DICT = UNKNOWN |
◆ ZLIB_NO_FLUSH
const ZLIB_NO_FLUSH = UNKNOWN |
◆ ZLIB_OK
◆ ZLIB_PARTIAL_FLUSH
const ZLIB_PARTIAL_FLUSH = UNKNOWN |
◆ ZLIB_RLE
◆ ZLIB_STREAM_END
const ZLIB_STREAM_END = UNKNOWN |
◆ ZLIB_STREAM_ERROR
const ZLIB_STREAM_ERROR = UNKNOWN |
◆ ZLIB_SYNC_FLUSH
const ZLIB_SYNC_FLUSH = UNKNOWN |
◆ ZLIB_VERNUM
const ZLIB_VERNUM = UNKNOWN |
◆ ZLIB_VERSION
const ZLIB_VERSION = UNKNOWN |
◆ ZLIB_VERSION_ERROR
const ZLIB_VERSION_ERROR = UNKNOWN |