Web Analytics

PHP zlib_decode() Function

Compression FunctionPHP 5.4+

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