public function EasyRdf_Http_Response::getMessage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php \EasyRdf_Http_Response::getMessage()
Return a message describing the HTTP response code (Eg. "OK", "Not Found", "Moved Permanently")
Return value
string
File
- vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Http/ Response.php, line 155
Class
- EasyRdf_Http_Response
- Class that represents an HTTP 1.0 / 1.1 response message.
Code
public function getMessage() {
return $this->message;
}