📜  如何从命令行执行 php 脚本? - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:38.036000             🧑  作者: Mango

代码示例3
To execute a php script, use the PHP Command Line interface(CLI) and specify the file name of the script in the following way:
php script.php