Is there a way to make PHP progressively output as the script executes?

前端 未结 4 1747
孤城傲影
孤城傲影 2020-12-18 07:16

So I\'m writing a disposable script for my own personal single use and I want to be able see how the process is going. Basically I\'m processing a couple of thousand media r

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-18 07:51

    You can try using flush and look at the other output control functions, but they might not be any use. Your web server software may buffer the response regardless.

提交回复
热议问题