【未定义变量】Notice: Undefined variable解决方法
程序员文章站
2024-02-14 12:12:34
...
【未定义变量】Notice: Undefined variable
错误提示:Notice: Undefined variable: yan_zheng_shu in
代码:
“.=”就报错,但是结果能正常显示,“+=”也一样,就“=”没事。
怎么办呀?上 php.ini 把错误提示关了?
还是在“.=”前面先给它赋个空字符?
[email protected]?
哪种方法标准规范一些呢?
感谢各位您了。
------解决方案--------------------
错误提示:Notice: Undefined variable: yan_zheng_shu in
代码:
$yan_zheng_shu .= dechex(mt_rand(1, 15));
“.=”就报错,但是结果能正常显示,“+=”也一样,就“=”没事。
怎么办呀?上 php.ini 把错误提示关了?
还是在“.=”前面先给它赋个空字符?
[email protected]?
哪种方法标准规范一些呢?
感谢各位您了。
------解决方案--------------------
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
上一篇: Oracle读写磁盘经过的缓存
推荐阅读
-
【未定义变量】Notice: Undefined variable解决方法
-
Notice: Undefined offset 的解决方法,noticeundefined_PHP教程
-
Notice: Undefined variable: GOLBALS
-
Notice: Undefined variable: GOLBALS
-
php Notice: Undefined index 错误提示解决方法
-
【未定义变量】Notice: Undefined variable解决方法
-
php出现Notice : Use of undefined constant 的解决方法
-
PHP Notice: Undefined index: ... 问题的解决方法:
-
PHP错误Notice: Undefined index解决方法
-
【未定义变量】Notice: Undefined variable解决方法
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论