7bcdd9bbb22f450b47e6e9a4ad3a34be98d92bad
[mdref/mdref-http] / http / Encoding / Stream / update.md
1 # string http\Encoding\Stream::update(string $data)
2
3 Update the encoding stream with more input.
4
5 ## Params:
6
7 * string $data
8 The data to pass through the stream.
9
10 ## Returns:
11
12 * string, processed data.