Skip to main content
 首页 » 编程设计

Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer. No buffer to delete

2022年07月20日121arxive

解决方法一

@ob_end_clean();

解决方法二

if(ob_get_contents()) ob_end_clean();


本文参考链接:https://www.cnblogs.com/xiaozong/p/5296370.html