1.执行代码 php -r "echo 'hello world';" (注意加分号,与PHP文件一样)
2.执行文件 php -f 文件所在路径(/var/www/xxx.php)
文章来自:https://www.cnblogs.com/indifferent/p/11276099.html