• <legend id='VTSws'><style id='VTSws'><dir id='VTSws'><q id='VTSws'></q></dir></style></legend>

    1. <small id='VTSws'></small><noframes id='VTSws'>

      <tfoot id='VTSws'></tfoot>
        <bdo id='VTSws'></bdo><ul id='VTSws'></ul>
        <i id='VTSws'><tr id='VTSws'><dt id='VTSws'><q id='VTSws'><span id='VTSws'><b id='VTSws'><form id='VTSws'><ins id='VTSws'></ins><ul id='VTSws'></ul><sub id='VTSws'></sub></form><legend id='VTSws'></legend><bdo id='VTSws'><pre id='VTSws'><center id='VTSws'></center></pre></bdo></b><th id='VTSws'></th></span></q></dt></tr></i><div id='VTSws'><tfoot id='VTSws'></tfoot><dl id='VTSws'><fieldset id='VTSws'></fieldset></dl></div>

        使用 CRON 作业执行 PHP 脚本

        时间:2023-05-31

          <small id='CdKwT'></small><noframes id='CdKwT'>

        1. <legend id='CdKwT'><style id='CdKwT'><dir id='CdKwT'><q id='CdKwT'></q></dir></style></legend>

                <bdo id='CdKwT'></bdo><ul id='CdKwT'></ul>
                  <tbody id='CdKwT'></tbody>
                <i id='CdKwT'><tr id='CdKwT'><dt id='CdKwT'><q id='CdKwT'><span id='CdKwT'><b id='CdKwT'><form id='CdKwT'><ins id='CdKwT'></ins><ul id='CdKwT'></ul><sub id='CdKwT'></sub></form><legend id='CdKwT'></legend><bdo id='CdKwT'><pre id='CdKwT'><center id='CdKwT'></center></pre></bdo></b><th id='CdKwT'></th></span></q></dt></tr></i><div id='CdKwT'><tfoot id='CdKwT'></tfoot><dl id='CdKwT'><fieldset id='CdKwT'></fieldset></dl></div>
                <tfoot id='CdKwT'></tfoot>
                  本文介绍了使用 CRON 作业执行 PHP 脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想每天午夜运行一个 PHP 脚本.在研究了如何做到这一点之后,似乎实现这一目标的最佳方法是使用 CRON 作业.

                  I would like to run a PHP script every day at midnight. After research on how to do this, it appears that the best way to achieve this is to use a CRON job.

                  如果我的 php 脚本位于 http://example.com/scripts/scriptExample.php,有人可以展示这个 CRON 命令的最简单示例吗?

                  If my php script was located at http://example.com/scripts/scriptExample.php, can somebody be able to show the most simple example of what this CRON command would look like?

                  我浏览了许多帖子,但找不到一个足够简单的示例供我学习和构建.

                  I have looked through numerous posts but I cannot find a simple enough example for me to learn and build upon.

                  推荐答案

                  Crontab 需要服务器上的完整路径.

                  Crontab needs the full path on your server.

                  0 0 * * * php /var/www/vhosts/domain.com/httpdocs/scripts/example.php
                  

                  这将在每天午夜执行.

                  这篇关于使用 CRON 作业执行 PHP 脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:是否有相当于 Perl 的 WWW::Mechanize 的 PHP? 下一篇:以编程方式构建 htpasswd

                  相关文章

                    • <bdo id='4YVBf'></bdo><ul id='4YVBf'></ul>
                    <legend id='4YVBf'><style id='4YVBf'><dir id='4YVBf'><q id='4YVBf'></q></dir></style></legend>
                  1. <i id='4YVBf'><tr id='4YVBf'><dt id='4YVBf'><q id='4YVBf'><span id='4YVBf'><b id='4YVBf'><form id='4YVBf'><ins id='4YVBf'></ins><ul id='4YVBf'></ul><sub id='4YVBf'></sub></form><legend id='4YVBf'></legend><bdo id='4YVBf'><pre id='4YVBf'><center id='4YVBf'></center></pre></bdo></b><th id='4YVBf'></th></span></q></dt></tr></i><div id='4YVBf'><tfoot id='4YVBf'></tfoot><dl id='4YVBf'><fieldset id='4YVBf'></fieldset></dl></div>

                    <tfoot id='4YVBf'></tfoot>

                    <small id='4YVBf'></small><noframes id='4YVBf'>