php-mod/curl

Multi Curl

Opened this issue · 2 comments

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.

nadar commented

AFAIK this library is not intended to support multiple curl calls.