dsx58940 2014-08-08 12:02
浏览 62
已采纳

使用ob_start()进行PHP输出缓冲:在脚本终止时会发生什么?

I'm using ob_start() to turn on output buffering in my script.

When my script terminates, a) is the output buffer erased automatically and b) is output buffering turned off automatically?

Or must I use something like ob_end_clean()?

Ref: http://php.net/manual/en/function.ob-start.php

  • 写回答

1条回答 默认 最新

  • dongwuwei0718 2014-08-08 12:22
    关注

    Any active output buffers are automatically flushed at the end of the script. All your buffered output will be flushed to the client, even if you do not explicitly flush the buffer. The default is to flush, not to discard.

    You don't "have to" turn off output buffering. Just in case you may be under this impression: output buffering will not "stay on" after the script ends. Output buffering is a per-instance thing, "leaving it on" in one script is not going to affect another script.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 用51单片机控制急停。
  • ¥15 孟德尔随机化结果不一致
  • ¥15 在使用pyecharts时出现问题
  • ¥15 深度学习残差模块模型
  • ¥50 怎么判断同步时序逻辑电路和异步时序逻辑电路
  • ¥15 差动电流二次谐波的含量Matlab计算
  • ¥15 Can/caned 总线错误问题,错误显示控制器要发1,结果总线检测到0
  • ¥15 C#如何调用串口数据
  • ¥15 MATLAB与单片机串口通信
  • ¥15 L76k模块的GPS的使用