big update's coming
[mdref/mdref-http] / http / Encoding / Stream / Inflate / decode.md
1 # static string http\Encoding\Stream\Inflate::decode(string $data)
2
3 Decode deflate/zlib/gzip encoded data.
4
5 ## Params:
6
7 * string $data
8 The data to uncompress.
9
10 ## Returns:
11
12 * string, the uncompressed data.
13
14 ## Warnings:
15
16 * If $data cannot be decoded.