http\Encoding
[mdref/mdref-http] / http / Encoding / Stream / Inflate / decode.md
diff --git a/http/Encoding/Stream/Inflate/decode.md b/http/Encoding/Stream/Inflate/decode.md
new file mode 100644 (file)
index 0000000..74c5048
--- /dev/null
@@ -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.