#########################################
# #标题 A discussion of output buffering
# #整理 Diego Lynn @ Lam National
# #原作 by Zeev Suraski
#########################################
Discussion of output buffering (outputs buffering)
Directory
HTTP Header
Why use output buffering technology
How the Output buffering works
Basic usage
Advanced usage
Make things easier
Haha, I succeeded.
I personally think that the Output buffering is a relatively pure PHP 4.0 feature. Although conceptually quite simple, the output buffering feature is powerful enough to make it easier for developers to develop advanced and effective programs.
This article describes the HTTP header, and how output buffering can help you with HTTP headers, and describes some of the advanced uses of output buffering.
HTTP Header[http Title]
For each request that is established using the HTTP protocol, the response from the Web server typically consists of two parts
http://www.bkjia.com/PHPjc/631775.html www.bkjia.com true http://www.bkjia.com/PHPjc/631775.html techarticle ######################################### # #标题关于输出缓冲的讨论 # #整理Diego Lynn @ Forest National # #原作By Zeev Suraski ################## ####################### about losing ...