自动运行php代码,无需用户控制

发布于 2024-10-13 06:59:18 字数 103 浏览 2 评论 0 原文

我不知道怎么称呼这个。

如果我写了一个 php 脚本来计算储蓄账户的利息。

我如何告诉程序在一天结束时运行脚本而无需用户监控。例如凌晨 0.00 或服务器启动。

I don't know how to call this.

if I wrote a php script to calculate an interest for saving account.

how can I tell the program to run the script on the end of the day without user monitoring. such as 0.00am or the server start.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

乄_柒ぐ汐 2024-10-20 06:59:18

如果您使用的是 UNIX 服务器,Cron 是最佳选择。在 Windows 计算机上使用计划任务。

If you are on UNIX server, Cron is the way to go. On Windows machine use Scheduled tasks.

哆啦不做梦 2024-10-20 06:59:18

使用 通过 CLI 调用 PHP 文件 .wikipedia.org/wiki/Cron" rel="nofollow">Crontab,如果您使用的是 Windows,请尝试 pyCron

Call the PHP file via CLI using Crontab, if you're on Windows try pyCron.

梦幻的味道 2024-10-20 06:59:18

您需要运行 cron 作业,请查看 wiki cron 以获取更多信息。希望这有帮助。

you need to run cron jobs look wiki cron for more information. hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文