http_inflate()
http_inflate - Inflate data
Syntax
string http_inflate (
string $data)
Arguments
- data - string containing the compressed data
Description
Decompress data compressed with either gzip, deflateAKA zlibor raw deflateencoding.
Version
PHP PECL pecl_http >= 0.15.0
Return value
Returns the decoded string on success, or NULL on failure.