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
In-Depth Analysis of the Relationship and Use Cases of Java and PHP
1
Why can ob_list_handlers return an incorrect list of output handlers
2
Laravel Excel Tutorial: Best Practices for Importing and Exporting Excel Files
4
PHP7 Low-Level Development Optimization Practices: Techniques and Strategies for Enhancing Performance and Stability
8
Similar Functions
ob_flush
ob_flush
Refresh(send)outputb
ob_list_handlers
ob_list_handlers
Listalloutputhandler
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_clean
ob_get_clean
Getthecurrentbufferc
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
Popular Articles