Element index for Zebra_cURL
[ c ]
[ d ]
[ f ]
[ g ]
[ h ]
[ o ]
[ p ]
[ q ]
[ s ]
[ t ]
[ z ]
[ _ ]
top
c
- cache
- in file Zebra_cURL.php, method Zebra_cURL::cache()
Enables caching of request results.
- cookies
- in file Zebra_cURL.php, method Zebra_cURL::cookies()
Sets the path and name of the file to save cookie to / retrieve cookies from. All cookie data will be stored in this file on a per-domain basis. Important when cookies need to stored/restored to maintain status/session of requests made to the same domains.
top
d
- delete
- in file Zebra_cURL.php, method Zebra_cURL::delete()
Performs an HTTP DELETE request to one or more URLs with optional POST data, and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
- download
- in file Zebra_cURL.php, method Zebra_cURL::download()
Downloads one or more files from one or more URLs, saves the downloaded files to the path specified by the $path argument, and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
top
top
g
- get
- in file Zebra_cURL.php, method Zebra_cURL::get()
Performs an HTTP GET request to one or more URLs and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
top
h
- header
- in file Zebra_cURL.php, method Zebra_cURL::header()
Works exactly like the get method, the only difference being that this method will only return the headers, without body.
- http_authentication
- in file Zebra_cURL.php, method Zebra_cURL::http_authentication()
Use this method to make requests to pages that require prior HTTP authentication.
top
top
p
- $pause_interval
- in file Zebra_cURL.php, variable Zebra_cURL::$pause_interval
The number of seconds to wait between processing batches of requests.
- patch
- in file Zebra_cURL.php, method Zebra_cURL::patch()
Performs an HTTP PATCH request to one or more URLs and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
- post
- in file Zebra_cURL.php, method Zebra_cURL::post()
Performs an HTTP POST request to one or more URLs and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
- proxy
- in file Zebra_cURL.php, method Zebra_cURL::proxy()
Instructs the library to tunnel all requests through a proxy server.
- put
- in file Zebra_cURL.php, method Zebra_cURL::put()
Performs an HTTP PUT request to one or more URLs and executes the callback function specified by the $callback argument for each and every request, as soon as the request finishes.
top
q
- queue
- in file Zebra_cURL.php, method Zebra_cURL::queue()
Instructs the library to queue requests rather than processing them right away. Useful for grouping different types of requests and treat them as a single request.
top
s
- scrap
- in file Zebra_cURL.php, method Zebra_cURL::scrap()
Same as the scrape() method but with incorrect name.
- scrape
- in file Zebra_cURL.php, method Zebra_cURL::scrape()
A shorthand for making a single get request without the need of a callback function.
- ssl
- in file Zebra_cURL.php, method Zebra_cURL::ssl()
Requests made over HTTPS usually require additional configuration, depending on the server. Most of the times the defaults set by the library will get you through but, if defaults are not working, you can set specific options using this method.
- start
- in file Zebra_cURL.php, method Zebra_cURL::start()
Executes queued requests.
top
t
- $threads
- in file Zebra_cURL.php, variable Zebra_cURL::$threads
The number of parallel, asynchronous requests to be processed by the library, at once.
top
z
- Zebra_cURL
- in file Zebra_cURL.php, class Zebra_cURL
A high-performance solution for making HTTP requests from your PHP projects.
- Zebra_cURL.php
- procedural page Zebra_cURL.php
top
|