zlib_decode

(PHP 5 >= 5.4.0, PHP 7)

zlib_decodeUncompress any raw/gzip/zlib encoded data

Description

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.

See Also

© 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