5cf06010e461f6176984c95502c8efbe318bbf21
[mdref/mdref-http] / http / Message / Body / append.md
1 # http\Message\Body http\Message\Body::append(string $data)
2
3 Append plain bytes to the message body.
4
5 ## Params:
6
7 * string $data
8 The data to append to the body.
9
10 ## Returns:
11
12 * http\Message\Body, self.
13
14
15 ## Warnings:
16
17 * E_MESSAGE_BODY, if writing to the body fails.