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_get_contents
ob_get_contents
Returnsthecontentsof
ob_flush
ob_flush
Refresh(send)outputb
ob_clean
ob_clean
Clear(erase)theoutpu
flush
flush
Refreshthesystemoutp
ob_get_length
ob_get_length
Returnsthelengthofth
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
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
Common Uses and Key Differences Between ob_start and ob_end_clean
How to Use ob_start and ob_flush to Control PHP Page Output Step by Step and Improve Performance?