mirror of
https://github.com/Estom/notes.git
synced 2026-04-05 03:48:56 +08:00
linux 命令和教程补充
This commit is contained in:
27
Linux/command/php.md
Normal file
27
Linux/command/php.md
Normal file
@@ -0,0 +1,27 @@
|
||||
php
|
||||
===
|
||||
|
||||
PHP语言的命令行接口
|
||||
|
||||
## 补充说明
|
||||
|
||||
**php命令** 是流行的Web开发语言PHP的命令行接口,可以使用PHP语言开发基于命令行的系统管理脚本程序。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
php(选项)(参数)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-a:进入交互模式;
|
||||
-c:指定“php.ini”的搜索路径。
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
文件:要执行的php脚本。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user