Zend_Http_Client_Adapter_CurlImplements interfaces:
An adapter class for Zend_Http_Client based on the curl extension.
Curl requires libcurl. See for full requirements the PHP manual: http://php.net/curl
Located in /Http/Client/Adapter/Curl.php (line 48)
string
write
(string $method, Zend_Uri_Http $uri, [ $httpVersion = 1.1], [array $headers = array()], [string $body = ''], float $http_ver)
resource
$out_stream
(line 90)
Stream for storing output
array
$_config
= array() (line 55)
Parameters array
array
$_connected_to
= array(null, null) (line 62)
What host/port are we connected to?
resource|null
$_curl
= null (line 69)
The curl session handle
array
$_invalidOverwritableCurlOptions
(line 76)
List of cURL options that should never be overwritten
string
$_response
= null (line 83)
Response gotten from server
Constructor __construct (line 100)
Adapter constructor
Config is set using setConfig()
close (line 464)
Close the connection to the server
connect (line 202)
Initialize curl
getConfig (line 172)
Retrieve the array of all configuration options
getHandle (line 478)
Get cUrl Handle
read (line 455)
Return read response from server
readHeader (line 502)
Header reader function for CURL
setConfig (line 132)
Set the configuration array for the adapter
setCurlOption (line 184)
Direct setter for cURL adapter related options.
setOutputStream (line 489)
Set output stream for the response
write (line 262)
Send request to the remote server
Documentation generated on Tue, 26 Oct 2010 20:08:33 +0400 by phpDocumentor 1.4.2