d90cee1b48e63fefd477c34471c3aecd09d9dfdc
[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 ## Notices:
16
17 * E_MESSAGE_TYPE, if the message is not of type response.