我想在 10 秒后退出我的 php 代码。有没有办法做到这一点?我已经找到了这段代码,但它不起作用。
set_time_limit(10); *//this line is blocked from the server* ini_set('max_execution_time', 10);
html javascript php jquery
html ×1
javascript ×1
jquery ×1
php ×1