rolling-curl icon indicating copy to clipboard operation
rolling-curl copied to clipboard

A more efficient multi-curl library for PHP (non-blocking)

Results 3 rolling-curl issues
Sort by recently updated
recently updated
newest added

It is not documented but sometimes curl_getinfo returns 0. According to user comments this means that the host was not found, according to my test it seems to be true,...

Not sure where to ask this, but using RollingCurl which looks great, but lets say I have 50 urls that need to be hit and information gathered from them. We...

I want to disable adding of new requests and executing them [checking if any are finished to call callback] from my callback function, how to achieve this?