public function Response::getReasonPhrase

Get the response reason phrase- a human readable version of the numeric status code

Return value

string

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php, line 362

Class

Response
Guzzle HTTP response object

Namespace

Guzzle\Http\Message

Code

public function getReasonPhrase() {
  return $this->reasonPhrase;
}