PHP Manual
curl_exec
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.
Return Values
Returns TRUE on success or FALSE on failure. However, if the CURLOPT_RETURNTRANSFER option is set, it will return the result on success, FALSE on failure.
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




