如何通过 php 分配 cron 作业
是否可以安排 php 中的某些任务在一天中的某个时间在服务器上自动运行? 。我听说 abt cron jobs 。有没有办法通过php代码设置它
Is it possible to schedule some tasks in php to run automatically on the server at a certain time of the day? . I heard abt cron jobs. is there any way to set it via php code
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://php.net/system 允许您运行任何命令行实用程序。
至于设置 cron 作业的某些命令,您要么在 google 上搜索一下,要么在 serverfault 上询问。
http://php.net/system lets you to run any command-line utility.
As for the certain command to set a cron job you have either to google a little or ask on serverfault.