douzhicai7148 2013-09-16 20:42
浏览 20
已采纳

如何在加载完成之前告诉我的php脚本在做什么?

I have a simple php program that analyzes a text (here's the source on github, and here's a somewhat-working demo), but it's excruciatingly slow. Since I'm a beginning programmer, I'm not sure what I'm doing wrong. In python or something, I'd print out debugging messages every step of the way while the program was running, but with php, I don't seem to get any messages until the entire script has run its course. How can I output useful debugging information before the script has finished running, so I can tell which functions are taking the longest time?

  • 写回答

2条回答 默认 最新

  • dongyi9783 2013-09-16 21:00
    关注

    You can use ob_flush() and flush() to send data as the code is running:

    echo "status message 1";
    ob_flush();flush();
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 Llama如何调用shell或者Python
  • ¥20 谁能帮我挨个解读这个php语言编的代码什么意思?
  • ¥15 win10权限管理,限制普通用户使用删除功能
  • ¥15 minnio内存占用过大,内存没被回收(Windows环境)
  • ¥65 抖音咸鱼付款链接转码支付宝
  • ¥15 ubuntu22.04上安装ursim-3.15.8.106339遇到的问题
  • ¥15 blast算法(相关搜索:数据库)
  • ¥15 请问有人会紧聚焦相关的matlab知识嘛?
  • ¥15 网络通信安全解决方案
  • ¥50 yalmip+Gurobi