PHP Multiple Curl Requests

前端 未结 4 1126
后悔当初
后悔当初 2020-11-29 07:09

I\'m currently using Curl for PHP a lot. It takes a lot of time to get results of about 100 pages each time. For every request i\'m using code like this

$ch          


        
4条回答
  •  星月不相逢
    2020-11-29 07:46

    when i use code given in "http://php.net/curl_multi_init", response of 2 requests are conflicting. But the code written in below link, returns each response separately (in array format) https://stackoverflow.com/a/21362749/3177302

提交回复
热议问题