Home > php教程 > php手册 > php命令行参数解释

php命令行参数解释

WBOY
Release: 2016-06-13 10:25:11
Original
1090 people have browsed it

php 命令行参数解释:
大家知道,php是一种
-q 安静模式。不输出HTTP头。
-s 将php程序文件用转化为彩色格式的HTML(比如保留字用绿色,函数和变量为蓝色,注释为黄色而字串则是红色等等。
-f 读入并解释指明的文件。
-c

中读入php.ini文件
-a 交互式运行
-d foo[=bar] 定义ini中的输入项 foo 的值为 bar
-e 输出额外信息以便调试和性能分析
-z 调入Zend扩展文件
-i php的相关信息
-h help本身。

哈,知道如何利用它了吗?
对了,
1.用php -q方式把php程序当shell程序来用,
2 用 -s把自己的php程序html化。这样是不是很省心?
还有很多,就看你的创意了。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template