Notice: Undefined variable: GOLBALS解决思路
程序员文章站
2022-06-08 16:52:23
...
Notice: Undefined variable: GOLBALS
求助,这个怎么解决啊
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
------解决方案--------------------
$GLOBALS 才是
------解决方案--------------------
$GLOBALs
=>
$GLOBALS
php 变量是区分大小写的。
求助,这个怎么解决啊
提示出问题的代码是 $inc_path = dirname($cache_path) . '/' . $inc_file . '_' . md5($GOLBALS['roc_config']['secure_key']) . '.php';
可是GOLBALS 不是php 自带的么?为什么说未定义呢?
------解决方案--------------------
$GLOBALS 才是
------解决方案--------------------
$GLOBALs
=>
$GLOBALS
php 变量是区分大小写的。
相关文章
相关视频
上一篇: email.class.php 发邮件类,如何发送密送邮件
下一篇: 网站营销软文该怎么写?
推荐阅读
-
php Notice: Undefined index 错误提示解决方法
-
PHP提示 Notice: Undefined variable
-
PHP运行出现Notice : Use of undefined constant 的完美解决方案分享
-
PHP运行出现Notice : Use of undefined constant 的解决办法
-
php Undefined index和Undefined variable的解决方法
-
PHP Notice: undefined index 完美解决方法 PHPundefined index解决方法
-
PHP中出现Notice: Undefined index的三种解决办法
-
PHP报错 Notice: Undefined index和Notice:Undefined offset:解决方法
-
PHP提示Notice: Undefined variable的解决办法
-
PHP运行出现Notice : Use of undefined constant 的解决办法