0
点赞
收藏
分享

微信扫一扫

linux: 命令行运行php Run PHP from the command line


As an alternative to /opt/lampp/bin/php, to run a php script from the command line, you just need to install php5-cli:



sudo apt-get install php5-cli



 

And run your script with:



php myscript.php



 

To open an interactive php shell, just type in a terminal:

如果想在terminal里面直接写php,可以用:



php -a



 


 

举报

相关推荐

0 条评论