You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
461 B

7 years ago
php
===
PHP语言的命令行接口
## 补充说明
**php命令** 是流行的Web开发语言PHP的命令行接口可以使用PHP语言开发基于命令行的系统管理脚本程序。
### 语法
```
php(选项)(参数)
```
### 选项
```
-a进入交互模式
-c指定“php.ini”的搜索路径。
```
### 参数
文件要执行的php脚本。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->