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.
我正在尝试以 csv 格式输出大量数据(大约 13k 行),从数据库中读取它。
现在的问题是服务器在获取/解析数据阶段浪费了很多时间,并且浏览器卡住了,直到收集到所有数据并作为文件附件输出到浏览器。
有没有办法强制 PHP 逐渐将从 DB 获取的数据输出到模拟 readfile() 函数行为的浏览器?
谢谢
您必须使用无缓冲查询。