Element index for package apidoc
[ c ]
[ e ]
[ f ]
[ g ]
[ h ]
[ m ]
[ n ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ _ ]
_
- __construct
- in file Curl.php, method Net_Curl::__construct() (subpackage: Net_Curl)
The Net_Curl PHP 5.x constructor, called when a new Net_Curl object is initialized (also called via 4.x constructor)
top
c
- $caInfo
- in file Curl.php, variable Net_Curl::$caInfo (subpackage: Net_Curl)
$caInfo
- $caPath
- in file Curl.php, variable Net_Curl::$caPath (subpackage: Net_Curl)
$caPath
- $cookies
- in file Curl.php, variable Net_Curl::$cookies (subpackage: Net_Curl)
The cookies to send to the remote site
- close
- in file Curl.php, method Net_Curl::close() (subpackage: Net_Curl)
Closes the curl transfer and finishes the object (kinda ;)
- create
- in file Curl.php, method Net_Curl::create() (subpackage: Net_Curl)
create
top
e
- execute
- in file Curl.php, method Net_Curl::execute() (subpackage: Net_Curl)
Executes a prepared CURL transfer
top
f
- $fields
- in file Curl.php, variable Net_Curl::$fields (subpackage: Net_Curl)
The fields to send in a 'POST' request
- $file
- in file Curl.php, variable Net_Curl::$file (subpackage: Net_Curl)
The file to upload
- $fileSize
- in file Curl.php, variable Net_Curl::$fileSize (subpackage: Net_Curl)
The file size of the file pointed to by the $file property
- $file_size
- in file Curl.php, variable Net_Curl::$file_size (subpackage: Net_Curl)
The file size of the file pointed to by the $file property
- $followLocation
- in file Curl.php, variable Net_Curl::$followLocation (subpackage: Net_Curl)
Whether or not to follow HTTP Location headers.
- $follow_location
- in file Curl.php, variable Net_Curl::$follow_location (subpackage: Net_Curl)
Whether or not to follow HTTP Location headers.
top
top
h
- $header
- in file Curl.php, variable Net_Curl::$header (subpackage: Net_Curl)
Whether or not to include the header in the results of the CURL transfer
- $httpHeaders
- in file Curl.php, variable Net_Curl::$httpHeaders (subpackage: Net_Curl)
Additional HTTP headers to send to the remote site
- $http_headers
- in file Curl.php, variable Net_Curl::$http_headers (subpackage: Net_Curl)
Additional HTTP headers to send to the remote site
top
m
- $mute
- in file Curl.php, variable Net_Curl::$mute (subpackage: Net_Curl)
Whether or not to suppress error messages
top
n
- Net_Curl
- in file Curl.php, method Net_Curl::Net_Curl() (subpackage: Net_Curl)
Net_Curl
- Net_Curl
- in file Curl.php, class Net_Curl (subpackage: Net_Curl)
top
p
- $password
- in file Curl.php, variable Net_Curl::$password (subpackage: Net_Curl)
The Password for standard HTTP Authentication
- $progress
- in file Curl.php, variable Net_Curl::$progress (subpackage: Net_Curl)
Whether or not to display a progress meter for the current transfer
- $proxy
- in file Curl.php, variable Net_Curl::$proxy (subpackage: Net_Curl)
The proxy server to go through
- $proxyPassword
- in file Curl.php, variable Net_Curl::$proxyPassword (subpackage: Net_Curl)
The password for the Proxy server
- $proxyUser
- in file Curl.php, variable Net_Curl::$proxyUser (subpackage: Net_Curl)
The username for the Proxy server
top
r
- $returnTransfer
- in file Curl.php, variable Net_Curl::$returnTransfer (subpackage: Net_Curl)
Whether or not to return the results of the current transfer
- $return_transfer
- in file Curl.php, variable Net_Curl::$return_transfer (subpackage: Net_Curl)
Whether or not to return the results of the current transfer
top
s
- $sslCert
- in file Curl.php, variable Net_Curl::$sslCert (subpackage: Net_Curl)
The filename of the SSL certificate
- $sslCertPasswd
- in file Curl.php, variable Net_Curl::$sslCertPasswd (subpackage: Net_Curl)
The password corresponding to the certificate in the $sslCert property
- $sslVersion
- in file Curl.php, variable Net_Curl::$sslVersion (subpackage: Net_Curl)
The SSL version for the transfer
- setOption
- in file Curl.php, method Net_Curl::setOption() (subpackage: Net_Curl)
setOption
top
t
- $timeout
- in file Curl.php, variable Net_Curl::$timeout (subpackage: Net_Curl)
Time allowed for current transfer, in seconds. 0 means no limit
- $type
- in file Curl.php, variable Net_Curl::$type (subpackage: Net_Curl)
The type of transfer to perform (ie. 'POST', 'GET', 'PUT', etc)
top
u
- $url
- in file Curl.php, variable Net_Curl::$url (subpackage: Net_Curl)
The URL for cURL to work with
- $userAgent
- in file Curl.php, variable Net_Curl::$userAgent (subpackage: Net_Curl)
User Agent string when making an HTTP request
- $username
- in file Curl.php, variable Net_Curl::$username (subpackage: Net_Curl)
The Username for standard HTTP Authentication
top
v
- $verbose
- in file Curl.php, variable Net_Curl::$verbose (subpackage: Net_Curl)
Whether or not to output debug information while executing a curl transfer
- $verifyHost
- in file Curl.php, variable Net_Curl::$verifyHost (subpackage: Net_Curl)
$verifyHost
- $verifyPeer
- in file Curl.php, variable Net_Curl::$verifyPeer (subpackage: Net_Curl)
$verifyPeer
- verboseAll
- in file Curl.php, method Net_Curl::verboseAll() (subpackage: Net_Curl)
Set a verbose output
- verbose_all
- in file Curl.php, method Net_Curl::verbose_all() (subpackage: Net_Curl)
Set a verbose output
top
Documentation generated on Mon, 22 Aug 2005 12:40:06 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.
|
|