I want to use PHP cURL in a project and in a scenario I need to send the data via cURL and wait for a response (and delay all code until a response is received in the cURL reque
Here is an example from PHP Docs of how to use curl asynchronously: