如何在不等待响应的情况下发送php请求?

时间:2017-06-10 11:24:39

标签: php function curl

我想发送请求并运行Php代码,但为此我使用foreach函数,因为等待响应,foreach工作得很慢而且它不会完成戒指。 现在我用这个:

foreach($array as $item){ file_Get_contents("example.com/$item"); }

我该如何解决?!

0 个答案:

没有答案