zlib_decode

PHP 5 >= 5.4.0, PHP 7, PHP 8
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.

Warning:

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.

Related Functions

Example of zlib_decode

Show all examples for zlib_decode

PHP Version:


Function zlib_decode:

Zlib Compression Functions

Most used PHP functions