browse by tag: buffering
sort by
Output buffering, and how it can change your life
in PHP added by goodphptutorials, on 19/12/2005 buffering caching general ob_get_contents output buffer
In this article, Zeev explains the HTTP header and how output buffering helps you deal with it. He also describes several advanced usages of output buffering.
comment save reportIntroduction to Output Buffering
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials buffering output buffering
The output buffering functions of php aren't well known (yet), but are nevertheless extremely useful.
comment save report