PHP » GoLang |
login |
register |
about
|
curl_init(PHP 4 >= 4.0.2, PHP 5, PHP 7) curl_init — Initialize a cURL session Description
resource curl_init
([ string
$url = NULL
] )Initializes a new session and return a cURL handle for use with the curl_setopt(), curl_exec(), and curl_close() functions. Parameters
Return Values
Returns a cURL handle on success, Examples
Example #1 Initializing a new cURL session and fetching a web page
<?php |
more
Recently updated
more
Most requested
more
Last requests
|