function HTTP_Response::HTTP_Response in Flickr API 5
Constructor
Parameters
Net_Socket socket to read the response from:
array listeners attached to request:
File
- phpFlickr/
PEAR/ HTTP/ Request.php, line 1162
Class
- HTTP_Response
- Response class to complement the Request class
Code
function HTTP_Response(&$sock, &$listeners) {
$this->_sock =& $sock;
$this->_listeners =& $listeners;
}