LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
cURL Functions
cURL
curl_close
cURL
PHP Manual
cURL Functions
Table of Contents
curl_close
— Close a cURL session
curl_copy_handle
— Copy a cURL handle along with all of its preferences
curl_errno
— Return the last error number
curl_error
— Return a string containing the last error for the current session
curl_exec
— Perform a cURL session
curl_getinfo
— Get information regarding a specific transfer
curl_init
— Initialize a cURL session
curl_multi_add_handle
— Add a normal cURL handle to a cURL multi handle
curl_multi_close
— Close a set of cURL handles
curl_multi_exec
— Run the sub-connections of the current cURL handle
curl_multi_getcontent
— Return the content of a cURL handle if CURLOPT_RETURNTRANSFER is set
curl_multi_info_read
— Get information about the current transfers
curl_multi_init
— Returns a new cURL multi handle
curl_multi_remove_handle
— Remove a multi handle from a set of cURL handles
curl_multi_select
— Get all the sockets associated with the cURL extension, which can then be "selected"
curl_setopt_array
— Set multiple options for a cURL transfer
curl_setopt
— Set an option for a cURL transfer
curl_version
— Gets cURL version information
cURL
curl_close
cURL
PHP Manual