(PHP 5 >= 5.4.0, PHP 7)
zlib_decode — Uncompress any raw/gzip/zlib encoded data
zlib_decode ( string $data [, int $max_length = 0 ] ) : string|false
Uncompress any raw/gzip/zlib encoded data.
This function is currently not documented; only its argument list is available.
data
max_length
Returns the uncompressed data, or false
on failure.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.zlib-decode.php