Requests_Exception_HTTP::getReason() public WP 1.0
Get the status message
{} It's a method of the class: Requests_Exception_HTTP{}
No Hooks.
Return
Null. Nothing.
Usage
$Requests_Exception_HTTP = new Requests_Exception_HTTP(); $Requests_Exception_HTTP->getReason();
Code of Requests_Exception_HTTP::getReason() Requests Exception HTTP::getReason WP 5.6
public function getReason() {
return $this->reason;
}