zlib_decode
(PHP 5 >= 5.4.0, PHP 7, PHP 8)
zlib_decode — Uncompress any raw/gzip/zlib encoded data
Description
$data
, int $max_length
= 0): string|falseUncompress any raw/gzip/zlib encoded data.
This function is currently not documented; only its argument list is available.
Parameters
-
data
-
-
max_length
-
Return Values
Returns the uncompressed data, or false
on failure.
See Also
- zlib_encode() - Compress data with the specified encoding