【问题标题】:time out error while running scraping script of php运行php的抓取脚本时出现超时错误
【发布时间】:2016-12-04 20:26:02
【问题描述】:

我在这里使用了以下内容作为脚本,但没有结果。
我在脚本中使用的这些行。

ini_set("max_execution_time", "10000"); ini_set('memory_limit', '1024M'); error_reporting(E_ALL);

【问题讨论】:

    标签: php time max execution


    【解决方案1】:

    你试过了吗

    set_time_limit(0);
    

    ?

    【讨论】:

    • 是的,我做到了,但没有结果....实际上是数据报废脚本....
    猜你喜欢
    • 1970-01-01
    • 2021-03-17
    • 2019-08-23
    • 2020-08-02
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多