X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http%2FEncoding%2FStream%2FInflate%2Fdecode.md;fp=http%2FEncoding%2FStream%2FInflate%2Fdecode.md;h=74c504890ea2165ca89b8315779f2edebab4cbc0;hb=bce4d4d7dfecb2300689ec82ebaad70dcec07854;hp=0000000000000000000000000000000000000000;hpb=6854a83945a52e34786e339d96850828534e4cf6;p=mdref%2Fmdref-http diff --git a/http/Encoding/Stream/Inflate/decode.md b/http/Encoding/Stream/Inflate/decode.md new file mode 100644 index 0000000..74c5048 --- /dev/null +++ b/http/Encoding/Stream/Inflate/decode.md @@ -0,0 +1,12 @@ +# 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.