登陆

新版无法修改设置php会话超时限制问题

public function test111(){
    ignore_user_abort(true);
    set_time_limit(2000);
    ini_set('max_execution_time', 2000);
    sleep(60);
    return '123';
}

这个在新版 phpstudy 运行 无法返回123  旧版可以 亲测

2019-09-27 19:44:551301 次浏览

全部回复(1)我要回复

  • 2019-09-27 19:46:08

    我发布错区域了!!

    回复
    0
  • 取消回复发送