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.
"-f"里面说什么
"-f"
* * * * * php -f myscript.php
代表?
根据 PHP 命令行选项参考:http://php.net/manual/en/features.commandline.options.php该-f选项指示 PHP 引擎应该执行哪个文件,在这种情况下为myscript.php.
-f
myscript.php