http\Encoding
[mdref/mdref-http] / http / Encoding / Stream / Dechunk / decode.md
1 # static string http\Encoding\Stream\Dechunk::decode(string $data)
2
3 Decode chunked encoded data.
4
5 ## Params:
6
7 * string $data
8 The data to decode.
9
10 ## Returns:
11
12 * string, the decoded data.