加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

php – 我怎么能抓住这个错误? (POST Content-Length ……)

发布时间:2020-12-13 18:13:59 所属栏目:PHP教程 来源:网络整理
导读:上传图片时我收到此错误:(最多8张图片) Warning: POST Content-Length of 14259306 bytes exceeds the limit of 8388608 bytes in Unknown on line 0 如何定制显示此消息?我的意思是我想把这个错误放在CSS风格中.谢谢…. 如果出现常见错误,则需要设置错误处
上传图片时我收到此错误:(最多8张图片)
Warning: POST Content-Length of 14259306 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

如何定制显示此消息?我的意思是我想把这个错误放在CSS风格中.谢谢….

如果出现常见错误,则需要设置错误处理程序.有关详情,请参见 here.但

If errors occur before the script is executed (e.g. on file uploads) the custom error handler cannot be called since it is not registered at that time.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读