PHP disabling ouput buffering

前端 未结 2 792
独厮守ぢ
独厮守ぢ 2021-01-25 09:48

I\'ve turned off the output buffering in PHP by setting output_buffering = off in php.int but when runnng the simple code like that:



        
2条回答
  •  春和景丽
    2021-01-25 10:30

    Try adding flush() and ob_flush() see at php.net

    will look something like this

    
    

提交回复
热议问题