curl
curl copied to clipboard
Multi Curl
Does this support multi curl? (Asynchronous)
There is no sign of curl_multi_exec() in the main class, so I would guess no. However, you could extend the main class and add your own methods to do that.
AFAIK this library is not intended to support multiple curl calls.