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.
我们是否有任何函数或代码段可以在特定时间间隔后调用特定函数,如 Javascript 中的 setInterval。
PHP 在请求完成时终止,所以这是不可能的。
您可以在 linux 级别使用 cron。
sleep在循环内可能是最接近的事情。PHP 并不是为此而设计的,真的。
sleep