public function TwitterAPIExchange::getHttpStatusCode in Heartbeat 8
Get the HTTP status code for the previous request
Return value
integer
File
- modules/
statusmessage/ includes/ TwitterAPIExchange.php, line 406
Class
- TwitterAPIExchange
- Twitter-API-PHP : Simple PHP wrapper for the v1.1 API
Code
public function getHttpStatusCode() {
return $this->httpStatusCode;
}