Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_start
ob_start
Turn on output buffering
Name:
ob_start
Category:
Output buffer control
Programming Language:
php
One-line Description:
Create a new output buffer and add it to the top of the stack.
Related
Common Uses and Key Differences Between ob_start and ob_end_clean
8
How to Use ob_start and ob_flush to Control PHP Page Output Step by Step and Improve Performance?
6
How to Use ob_start in PHP for Output Buffering: Step-by-Step Guide
7
Similar Functions
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_get_level
ob_get_level
Returnsthenestinglev
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_start
ob_start
Turnonoutputbufferin
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
Popular Articles
How to Use ob_start in PHP for Output Buffering: Step-by-Step Guide
How to Use ob_start and ob_flush to Control PHP Page Output Step by Step and Improve Performance?
Common Uses and Key Differences Between ob_start and ob_end_clean