20c830eca1a3c74c86c9aa838d2f91d9d5feacd5
[mdref/mdref-http] / http / Message / Body / getBoundary.md
1 # string http\Message\Body::getBoundary()
2
3 Retrieve any boundary of tehe message body.
4 See http\Message::splitMultipartBody().
5
6 ## Params:
7
8 None.
9
10 ## Returns:
11
12 * string, the message body boundary.
13 * NULL, if this message body has no boundary.