常用的Ubuntu PHP指令集小结

常用的Ubuntu PHP指令集小结,第1张

概述常用的Ubuntu PHP指令集小结

PHP 指令集[Ubuntu]查看指令集
PHP --help
常用指令集
# 查看 PHP 版本PHP -v# 查看已开启扩展PHP -m# 查看扩展版本PHP --ri package# 查看 PHP 配置文件存放路径PHP --ini

以下是 PHP8.0 指令集

PHP --hlep

输出

Error in argument 1, char 1: no argument for option -Usage: PHP [options] [-f] <file> [--] [args...]   PHP [options] -r <code> [--] [args...]   PHP [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...]   PHP [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...]   PHP [options] -S <addr>:<port> [-t docroot] [router]   PHP [options] -- [args...]   PHP [options] -a  -a               Run interactively  -c <path>|<file> Look for PHP.ini file in this directory  -n               No configuration (ini) files will be used  -d foo[=bar]     define INI entry foo with value 'bar'  -e               Generate extended information for deBUGger/profiler  -f <file>        Parse and execute <file>.  -h               This help  -i               PHP information  -l               Syntax check only (lint)  -m               Show compiled in modules  -r <code>        Run PHP <code> without using script Tags <?..?>  -B <begin_code>  Run PHP <begin_code> before processing input lines  -R <code>        Run PHP <code> for every input line  -F <file>        Parse and execute <file> for every input line  -E <end_code>    Run PHP <end_code> after processing all input lines  -H               HIDe any passed arguments from external tools.  -S <addr>:<port> Run with built-in web server.  -t <docroot>     Specify document root <docroot> for built-in web server.  -s               Output HTML Syntax highlighted source.  -v               Version number  -w               Output source with stripped comments and whitespace.  -z <file>        Load Zend extension <file>.  args...          Arguments passed to script. Use -- args when first argument                   starts with - or script is read from stdin  --ini            Show configuration file names  --rf <name>      Show information about function <name>.  --rc <name>      Show information about class <name>.  --re <name>      Show information about extension <name>.  --rz <name>      Show information about Zend extension <name>.  --ri <name>      Show configuration for extension <name>.

PHP中文网近期上线了一批新的公益课程,需要的朋友可以点击《PHP视频教程》进行查看学习~ 总结

以上是内存溢出为你收集整理的常用的Ubuntu PHP指令集小结全部内容,希望文章能够帮你解决常用的Ubuntu PHP指令集小结所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1007931.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-22
下一篇 2022-05-22

发表评论

登录后才能评论

评论列表(0条)

保存