mdref.json config
[mdref/mdref-http] / http / Message / isMultipart.md
1 # bool http\Message::isMultipart([string &$boundary = NULL])
2
3 Check whether this message is a multipart message based on it's content type.
4 If the message is a multipart message and a reference $boundary is given, the boundary string of the multipart message will be stored in $boundary.
5
6 See http\Message::splitMultipartBody().
7
8 ## Params:
9
10 * Optional string &$boundary = NULL
11 A reference where the boundary string will be stored.
12
13 ## Returns:
14
15 * bool, whether this is a message with a multipart "Content-Type".