[Zend_Http] element index
Package indexes
Zend_Auth
Zend_Calendar
Zend_Console_Getopt
Zend_Db
Zend_Db_Xml
Zend_Filter
ZForm
Zend_Json
Zend_Mail
Zend_Memory
Zend_Mime
Zend_Rest
Zend_Service
Zend_Soap
Zend_TimeSync
Zend_Translate
Zend_Validate
All elements
c
r
s
w
z
_
_
top
__construct
Zend_Http_Client_Adapter_Curl::__construct()
in Curl.php
Adapter constructor, currently empty. Config is set using setConfig()
__destruct
Zend_Http_Client_Adapter_Curl::__destruct()
in Curl.php
Destructor: make sure curl is disconnected
c
top
$config
Zend_Http_Client_Adapter_Curl::$config
in Curl.php
Parameters array
$connected_to
Zend_Http_Client_Adapter_Curl::$connected_to
in Curl.php
What host/port are we connected to?
$curl
Zend_Http_Client_Adapter_Curl::$curl
in Curl.php
The curl session handle
close
Zend_Http_Client_Adapter_Curl::close()
in Curl.php
Close the connection to the server
connect
Zend_Http_Client_Adapter_Curl::connect()
in Curl.php
Initialize curl
Curl.php
Curl.php
in Curl.php
r
top
read
Zend_Http_Client_Adapter_Curl::read()
in Curl.php
Return read response from server
s
top
setConfig
Zend_Http_Client_Adapter_Curl::setConfig()
in Curl.php
Set the configuration array for the adapter
w
top
write
Zend_Http_Client_Adapter_Curl::write()
in Curl.php
Send request to the remote server
z
top
Zend_Http_Client_Adapter_Curl
Zend_Http_Client_Adapter_Curl
in Curl.php
An adapter class for Zend_Http_Client based on the curl extension.
c
r
s
w
z
_