0

我想编写一个从命令行获取参数的 PHP 程序,但不确定它是如何完成的。我使用 EasyPHP 进行开发,我需要一些不同的东西吗?

用户注释中它说你可以

$ php -f somefile.php a=1 b[]=2 b[]=3

但是当我尝试这样的事情(甚至php -i)时,它说 php 不是一个公认的程序。我需要做什么?

4

1 回答 1

0

I'm not familiar with easyphp, but it sounds like you need to find php.exe (probably in the folder where you installed easyphp) and add it to your Path settings in windows.

于 2012-10-27T13:00:22.553 回答