Zend_Http_Client_Adapter_CurlAn 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 38)
void
write
(string $method, Zend_Uri_Http $uri, [float $http_ver = '1.1'], [array $headers = array()], [string $body = ''])
Constructor __construct (line 79)
Adapter constructor, currently empty. Config is set using setConfig()
Destructor __destruct (line 216)
Destructor: make sure curl is disconnected
close (line 205)
Close the connection to the server
connect (line 105)
Initialize curl
read (line 196)
Return read response from server
setConfig (line 88)
Set the configuration array for the adapter
write (line 146)
Send request to the remote server
Documentation generated on Wed, 21 Feb 2007 12:02:22 -0800 by phpDocumentor 1.3.1