|
curl_execPerform a cURL session Description
mixed curl_exec
( resource
$ch
)Execute the given cURL session. This function should be called after initializing a cURL session and all the options for the session are set. Parameters
Return Values
Returns Warning
This function may
return Boolean Examples
Example #1 Fetching a web page
<?php See Also
|