Wie implementiert man geplante Aufgaben des PHP-Dienstes?
typecho
typecho 2017-06-23 09:11:52
0
4
778

Wie man jedes Mal ein bestimmtes Programm auf dem Server ausführt, geben Sie mir bitte einige Ideen.

typecho
typecho

Following the voice in heart.

Antworte allen(4)
迷茫

服务器crontab设置定时任务,定时任务以CLI模式运行PHP文件。

PHP CLI模式文档:
http://php.net/manual/zh/feat...
crontab文档:
http://www.cnblogs.com/peida/...

Update

在评论里我看到有人问是linux还是windows,那么我也讲一下windows的操作方法,
上面思路中,PHP CLI模式运行php文件,这个不变;
定时任务可以用windows自带的计划任务来执行。

迷茫

linux crontab
自行百度

过去多啦不再A梦

crontab 队列 redis 等等 互相结合就可以实现定时任务

扔个三星炸死你

1、linux crontab

* * * * * command

(分钟、小时、几号、月份、星期几、需要执行的命令)

2、消息中间件

3、PHP循环挂起

建议通俗简单就采用第一种。

Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage