zlib_decode
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
zlib_decode — Uncompress any raw/gzip/zlib encoded data
说明
Uncompress any raw/gzip/zlib encoded data.
警告
本函数还未编写文档,仅有参数列表。
参数
data-
max_length-
返回值
Returns the uncompressed data, 或者在失败时返回 false.
参见
- zlib_encode() - Compress data with the specified encoding