mdref.json config
[mdref/mdref-http] / http / Message / Body / getBoundary.md
1 # string http\Message\Body::getBoundary()
2
3 Retrieve any boundary of the 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.