PHP zlib_decode() Function
The zlib_decode() function uncompresses any
raw/gzip/zlib encoded data.
Syntax
zlib_decode(string $data, int $max_length = 0): string|false
Try It Online
Output
Click Run to execute your code
Related Functions
- zlib_encode() - Compress data with the specified encoding
Enjoying these tutorials?