Blogger Information
Blog 77
fans 0
comment 2
visits 55649
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
php图像存在错误无法显示
南瓜又个梦
Original
1422 people have browsed it

问题描述:
代码再软件是没有报错和错误,但是就是不能在网页端输出,并且报错为存在错误
原因: 太多次的测试,没有清楚缓存的动作
解决方法
1.在调用验证码之前,加上ob_clean();
在Header(‘Content-type:image/png’);上面加一句ob_clean();
分析:
1、ob_clean这个函数的作用:

用来丢弃输出缓冲区中的内容,如果你的网站有许多生成的图片类文件,那么想要访问正确,就要经常清除缓冲区

解决方法
2
在网页调试的时候network=>Disable cache

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
1 comments
2020-08-01 17:49:48
优秀,O(∩_∩)O谢谢
1 floor
Author's latest blog post