curl_close | PHP 4.0.2 |
void curl_close(resource ch) |
|
Closes a CURL session. |
curl_errno | PHP 4.0.3 |
int curl_errno(resource ch) |
|
Returns an integer containing the last error number. |
curl_error | PHP 4.0.3 |
string curl_error(resource ch) |
|
Returns a string contain the last error for the current session. |
curl_exec | PHP 4.0.2 |
bool curl_exec(resource ch) |
|
Performs a CURL session. |
curl_getinfo | PHP 4.0.4 |
string curl_getinfo(resource ch, int opt) |
|
Gets information regarding a specific transfer. |
curl_init | PHP 4.0.2 |
resource curl_init([string url]) |
|
Initializes a CURL session. |
curl_setopt | PHP 4.0.2 |
bool curl_setopt(resource ch, string option, mixed value) |
|
Sets an option for a CURL transfer. |
curl_version | PHP 4.0.2 |
string curl_version(void) |
|
Returns the CURL version string. |