会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
html55
一个记录的地方,欢迎纠错,提问,相互讨论!
博客园
首页
新随笔
联系
订阅
管理
2021年6月22日
【php书写不规范】Notice: Use of undefined constant memory_limit - assumed 'memory_limit' in..
摘要: php代码提示Notice: Use of undefined constant memory_limit - assumed 'memory_limit' in XXXX原来是书写不规范导致的,原来是下面这样写的 ini_set(memory_limit,-1); 改为 ini_set('memo
阅读全文
posted @ 2021-06-22 11:49 html55
阅读(188)
评论(0)
推荐(0)
编辑