Skip to content

Instantly share code, notes, and snippets.

@kevburnsjr
Created October 3, 2009 12:53
Show Gist options
  • Save kevburnsjr/200629 to your computer and use it in GitHub Desktop.
Save kevburnsjr/200629 to your computer and use it in GitHub Desktop.
/**
* Get the last HTTP response received by this client
*
* If $config['storeresponse'] is set to false, or no response was
* stored yet, will return null
*
* @return Zend_Http_Response or null if none
*/
public function getLastResponse()
{
return $this->last_response;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment