Home > Q&A > body text
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
阿神2017-06-16 09:20:32
echo "inserting row X\r";
扔个三星炸死你2017-06-16 09:20:32
The problem is a bit wrong. The output in cli mode is real-time