linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

27
Linux/command/php.md Normal file
View File

@@ -0,0 +1,27 @@
php
===
PHP语言的命令行接口
## 补充说明
**php命令** 是流行的Web开发语言PHP的命令行接口可以使用PHP语言开发基于命令行的系统管理脚本程序。
### 语法
```shell
php(选项)(参数)
```
### 选项
```shell
-a进入交互模式
-c指定“php.ini”的搜索路径。
```
### 参数
文件要执行的php脚本。