PHP·98 questions

How to work with cURL?

Answer
curl_init() — initialization.
curl_setopt() — options.
curl_exec() — execution.
curl_close() — closing.
CURLOPT_RETURNTRANSFER = true for getting the response.
Was this answer helpful?

More questions in this topic

Related questions from other topics