摘要: set_time_limit(0);echo '任务开始'.time();/*即时打印*/register_shutdown_function([$this, "test"]);/*异步执行 test 为类中方法名 */echo '任务结束'.time();/*即时打印*/fastcgi_finis 阅读全文
posted @ 2021-12-02 10:11 龍飛鳯舞 阅读(55) 评论(0) 推荐(0) 编辑