How does PHP realize real-time output of content?
天蓬老师
天蓬老师 2017-06-16 09:18:32
0
2
728

Which method does PHP use to update the output content in real time on the console?
For example, I want to output 1000 rows: "inserting row X"
The console shows that only X is changing

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
阿神

echo "inserting row X\r";

扔个三星炸死你

The problem is a bit wrong. The output in cli mode is real-time

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template