PHP Manual
curl_init
Description
resource curl_init ( [string url] )Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions.
Parameters
urlIf provided, the CURLOPT_URL option will be set to its value. You can manually set this using the curl_setopt() function.
Examples
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




