当前位置:网站首页>dedecms error The each() function is deprecated
dedecms error The each() function is deprecated
2022-08-05 04:21:00 【website building shadow】
In the PHP7+ environment, the member module in the old version of Dreamweaving or the XSS filter function in the third-party plug-in has the error message of each() as shown in the figure above.
This is because the version above php7+ abandoned eachThe function causes, let's correct it
Open the number of on line lines corresponding to the error prompt file
Put
while (list($key) = each($val))Change to
foreach ($val as $key => $value)边栏推荐
- UE4 opens door via interaction (keyboard key)
- Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer
- UE4 通过与其它Actor互动开门
- BI业务分析思维:现金流量风控分析(二)信用、流动和投资风险
- 36-Jenkins-Job迁移
- 多御安全浏览器新版下载 | 功能优秀性能出众
- 【Mysql进阶优化篇02】索引失效的10种情况及原理
- Spark Basics [Introduction, Getting Started with WordCount Cases]
- 【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
- [MRCTF2020] Ezpop (detailed)
猜你喜欢
随机推荐
UE4 第一人称角色模板 添加冲刺(加速)功能
数字孪生技术在电力系统中的应用现状
There are several common event handling methods in Swing?How to listen for events?
The most comprehensive exam questions for software testing engineers in 2022
[MRCTF2020] PYWebsite
Mysql的redo log详解
如何解决复杂的分销分账问题?
[8.1] Code Source - [The Second Largest Number Sum] [Stone Game III] [Balanced Binary Tree]
overloaded operator
Cron(Crontab)--使用/教程/实例
UE4 为子弹蓝图添加声音和粒子效果
In the WebView page of the UI automation test App, the processing method when the search bar has no search button
请写出SparkSQL语句
What is the function of industrial-grade remote wireless transmission device?
token, jwt, oauth2, session parsing
Android interview question - how to write with his hands a non-blocking thread safe queue ConcurrentLinkedQueue?
dedecms织梦tag标签不支持大写字母修复
UE4 opens door via interaction (keyboard key)
[MRCTF2020]Ezpop(详解)
iMedicalLIS监听程序(2)

![[MRCTF2020] Ezpop (detailed)](/img/19/920877ca36d1eda8d118637388ab05.png)







![[SWPU2019]Web1](/img/06/36e69a2d7d5475a6749a7d81edf50f.png)