Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个脚本,我想在某个时间段之间连续运行大约一个半小时;显然在浏览器中运行它不是最理想的方式,所以想知道最好的方法是什么?通过 cronjob 运行它是最好的方法吗?
我想在一定时间内运行它的方式只是设置set_time_limit()为您希望它运行的时间量,还是有更好的方法?
set_time_limit()