browse by tag: output buffer
sort by
Output Buffering in PHP
in PHP added by tutorialhelpdesk, on 14/5/2008 advanced tutorials header ob_start output buffering setcookie
How to capture content for server-side caching in PHP.
comment save reportHow to use Output Buffering in PHP
in PHP added by goodphptutorials, on 21/8/2007 beginner tutorials cache ob_start output buffering
Output buffering is something that often is forgotten by new people in PHP. You can create really powerful things with functions like ob_start and the other. Compress, replace and modify to mention a few.
comment save reportOutput 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