Edit
↰
Home
↑
http
↑
Encoding
↑
Stream
↑
Inflate
↻
Inflate::decode
#
static
string
http\Encoding\Stream\Inflate::decode
(
string
$data
)
Decode deflate/zlib/gzip encoded data.
Params:
#
string
$data
#
The data to uncompress.
Returns:
#
string
, the uncompressed data.
Warnings:
#
If
$data
cannot be decoded.
Show Comments from Github Discussions