[乐意黎原创]PHP抛Notice: ob_flush(): failed to flush buffer. No buffer to flush...

如下,乐意黎在本地测试时,PHP程序抛

Notice: ob_flush(): failed to flush buffer. No buffer to flush in E:\PHPCMS\Cms\www.aerchi.com\include\***.php on line 1959


把原先的:

ob_flush() ;

换成:
if(ob_get_level()>0)

    ob_flush() ;

问题解决!


乐意黎

本文地址: http://blog.csdn.net/aerchi/article/details/70141841

你可能感兴趣的:([乐意黎原创]PHP抛Notice: ob_flush(): failed to flush buffer. No buffer to flush...)