CURL STOP PHP RUN code example
Example 1: php close curl
curl_close($ch)
Example 2: how to run curl command through php script
You can try below link direct convert whole command into php script
https://incarnate.github.io/curl-to-php/
curl_close($ch)
You can try below link direct convert whole command into php script
https://incarnate.github.io/curl-to-php/