Net_Curl
[ class tree: Net_Curl ] [ index: Net_Curl ] [ all elements ]

Element index for package Net_Curl

[ c ] [ e ] [ f ] [ g ] [ h ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

_

__construct
in file Curl.php, method Net_Curl::__construct()
    The Net_Curl PHP 5.x constructor, called when a new Net_Curl object is initialized (also called via 4.x constructor)
__destruct
in file Curl.php, method Net_Curl::__destruct()
    PHP 5.x destructor.
top

c

$caInfo
in file Curl.php, variable Net_Curl::$caInfo
    $caInfo
$caPath
in file Curl.php, variable Net_Curl::$caPath
    $caPath
$cookies
in file Curl.php, variable Net_Curl::$cookies
    The cookies to send to the remote site
close
in file Curl.php, method Net_Curl::close()
    Closes the curl transfer and finishes the object (kinda ;)
create
in file Curl.php, method Net_Curl::create()
    Creates a cURL resource. If curl_init() doesn't exist or we could not create a resource it will error out.
Curl.php
procedural page Curl.php
top

e

execute
in file Curl.php, method Net_Curl::execute()
    Executes a prepared CURL transfer
top

f

$fields
in file Curl.php, variable Net_Curl::$fields
    The fields to send in a 'POST' request
$file
in file Curl.php, variable Net_Curl::$file
    The file to upload (PUT, or FTP methods)
$fileSize
in file Curl.php, variable Net_Curl::$fileSize
    The file size of the file pointed to by the $file property
$file_size
in file Curl.php, variable Net_Curl::$file_size
    The file size of the file pointed to by the $file property
$followLocation
in file Curl.php, variable Net_Curl::$followLocation
    Whether or not to follow HTTP Location headers.
$follow_location
in file Curl.php, variable Net_Curl::$follow_location
    Whether or not to follow HTTP Location headers.
fetchPage.php
procedural page fetchPage.php
top

g

getInfo
in file Curl.php, method Net_Curl::getInfo()
    Returns the info from the cURL session. PEAR_Error if you try and run this before you execute the session.
top

h

$header
in file Curl.php, variable Net_Curl::$header
    Whether or not to include the header in the results of the CURL transfer
$httpHeaders
in file Curl.php, variable Net_Curl::$httpHeaders
    Additional HTTP headers to send to the remote site
$http_headers
in file Curl.php, variable Net_Curl::$http_headers
    Additional HTTP headers to send to the remote site
top

m

$mute
in file Curl.php, variable Net_Curl::$mute
    Whether or not to suppress error messages
top

n

Net_Curl
in file Curl.php, method Net_Curl::Net_Curl()
    Net_Curl
Net_Curl
in file Curl.php, class Net_Curl
    Object-oriented implementation of the Curl extension
top

p

$password
in file Curl.php, variable Net_Curl::$password
    The Password for standard HTTP Authentication
$progress
in file Curl.php, variable Net_Curl::$progress
    Whether or not to display a progress meter for the current transfer
$proxy
in file Curl.php, variable Net_Curl::$proxy
    The proxy server to go through
$proxyPassword
in file Curl.php, variable Net_Curl::$proxyPassword
    The password for the Proxy server
$proxyUser
in file Curl.php, variable Net_Curl::$proxyUser
    The username for the Proxy server
top

r

$returnTransfer
in file Curl.php, variable Net_Curl::$returnTransfer
    Whether or not to return the results of the current transfer
$return_transfer
in file Curl.php, variable Net_Curl::$return_transfer
    Whether or not to return the results of the current transfer
top

s

$sslCert
in file Curl.php, variable Net_Curl::$sslCert
    The filename of the SSL certificate
$sslCertPasswd
in file Curl.php, variable Net_Curl::$sslCertPasswd
    The password corresponding to the certificate in the $sslCert property
$sslVersion
in file Curl.php, variable Net_Curl::$sslVersion
    The SSL version for the transfer
setOption
in file Curl.php, method Net_Curl::setOption()
    Sets an option for your cURL session. Please note that the cURL handler is NOT created before execute(). This is for error checking purposes.
top

t

$timeout
in file Curl.php, variable Net_Curl::$timeout
    Time allowed for current transfer, in seconds. 0 means no limit
$type
in file Curl.php, variable Net_Curl::$type
    The type of transfer to perform (ie. 'POST', 'GET', 'PUT', etc)
top

u

$url
in file Curl.php, variable Net_Curl::$url
    The URL for cURL to work with
$userAgent
in file Curl.php, variable Net_Curl::$userAgent
    User Agent string when making an HTTP request
$username
in file Curl.php, variable Net_Curl::$username
    The Username for standard HTTP Authentication
top

v

$verbose
in file Curl.php, variable Net_Curl::$verbose
    Whether or not to output debug information while executing a curl transfer
$verifyHost
in file Curl.php, variable Net_Curl::$verifyHost
    $verifyHost
$verifyPeer
in file Curl.php, variable Net_Curl::$verifyPeer
    $verifyPeer
verboseAll
in file Curl.php, method Net_Curl::verboseAll()
    Sets verbose output
verbose_all
in file Curl.php, method Net_Curl::verbose_all()
    Sets verbose output
top

Documentation generated on Mon, 11 Mar 2019 15:21:08 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.