[Zend_Http] element index

Package indexes

All elements
c r s w z _
_
top
Method __construct
Adapter constructor, currently empty. Config is set using setConfig()
Method __destruct
Destructor: make sure curl is disconnected
c
top
Variable $config
Parameters array
Variable $connected_to
What host/port are we connected to?
Variable $curl
The curl session handle
Method close
Close the connection to the server
Method connect
Initialize curl
Page Curl.php
Curl.php in Curl.php
r
top
Method read
Return read response from server
s
top
Method setConfig
Set the configuration array for the adapter
w
top
Method write
Send request to the remote server
z
top
Class Zend_Http_Client_Adapter_Curl
An adapter class for Zend_Http_Client based on the curl extension.
c r s w z _