mdref.json config
[mdref/mdref-http] / http / Message / getResponseStatus.md
1 # string http\Message::getResponseStatus()
2
3 Retrieve the response status of the message.
4 See http\Message::setResponseStatus() and http\Message::getResponseCode().
5
6 ## Params:
7
8 None.
9
10 ## Returns:
11
12 * string, the response status phrase.
13 * false, if the message is not of type response.
14
15 ## Warnings:
16
17 * If the message is not of type response.