PHP $_SERVER['argv' ] 出现notice
程序员文章站
2022-06-14 19:18:58
...
php $_SERVER[argv] http://localhost/demo/demo.php?a=123&b=132
输出出现:
Notice: Undefined index: args in F:\php\www\demo\demo.php on line 35
这是怎么回事呀,请明白人指点
输出出现:
Notice: Undefined index: args in F:\php\www\demo\demo.php on line 35
这是怎么回事呀,请明白人指点
回复讨论(解决方案)
$_SERVER['argv'] 用于 cli 方式下获取命令行参数
$_GET 才是用于获取 url 参数的
嗯,谢谢了,刚刚查到一个
http://*.com/questions/9270030/serverargv-with-http-get-and-cli-issue
有点明白了,英语不中
上一篇: Access新手来看
推荐阅读
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案分享
-
PHP运行出现Notice : Use of undefined constant 的解决办法
-
PHP中出现Notice: Undefined index的三种解决办法
-
PHP运行出现Notice : Use of undefined constant 的解决办法
-
php中出现Notice: Undefined index: HTTP_RAW_POST_DATA in D:Program Files解决思路
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案
-
PHP $_SERVER['argv' ] 出现notice
-
PHP出现Notice: Undefined variable: _U in 异常请
-
windows-server - win 平台搭建php 和 smtp 服务 总是出现452错误
-
PHP中出现Notice: Undefined index的三种解决办法