file_get_contents() 是否有超时设置?
2022-08-30 06:33:33
我在循环中使用file_get_contents()
方法调用一系列链接。处理每个链接可能需要 15 分钟以上。现在,我担心PHP是否有超时期限?file_get_contents()
如果是,它将通过调用超时并移动到下一个链接。我不想在没有完成前一个链接的情况下调用下一个链接。
所以,请告诉我是否有超时期限。包含 的文件设置为 set_time_limit()
为零(无限制)。file_get_contents()
file_get_contents()