Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
又快又脏:是否可以让 php 立即将每个输出发送回浏览器?现在,当我运行它时,它似乎要么等待填充不同的部分,要么等待脚本完全执行。
如果是这样,它会影响性能吗?
您可以使用flush(),但它是否会做任何事情取决于堆栈的其他部分 - Web 服务器、任何缓存服务器等。
flush()