小编Sup*_*unR的帖子

几秒钟后如何退出php代码?

我想在 10 秒后退出我的 php 代码。有没有办法做到这一点?我已经找到了这段代码,但它不起作用。

set_time_limit(10);  *//this line is blocked from the server*
ini_set('max_execution_time', 10);
Run Code Online (Sandbox Code Playgroud)

html javascript php jquery

2
推荐指数
1
解决办法
1759
查看次数

标签 统计

html ×1

javascript ×1

jquery ×1

php ×1