如何通过命令行运行php文件?

时间:2014-03-15 09:09:16

标签: php websocket

我正在学习用PHP创建Websockets。我有客户端和服务器端文件的代码。我想学习如何通过命令行运行php文件。任何人都可以为我提供一步一步的解决方案吗?

1 个答案:

答案 0 :(得分:2)

如果您使用的是Windows,请确保安装了PHP并将其输入命令提示符:

C:\Path\To\php.exe C:\Path\To\Your\script.php

(来源:http://www.php.net/manual/en/install.windows.commandline.php

在Linux / Unix上: php /path/to/script.php