You are here

public function TwitterBlockSearch::lastStatusCode in Twitter Block 6

Same name and namespace in other branches
  1. 7 twitter_block.class.php \TwitterBlockSearch::lastStatusCode()

Returns the last HTTP status code

Return value

integer

File

./twitter_block.class.php, line 165
Lightweight implementation of the Twitter API in PHP.

Class

TwitterBlockSearch
TwitterBlockSearch provides the class for using the Twitter Search API.

Code

public function lastStatusCode() {
  return $this->http_status;
}