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

 

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

Loading

Add a Comment

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.