Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_end_clean
ob_end_clean
Clear (erase) the output buffer and turn off the output buffer
Name:
ob_end_clean
Category:
Output buffer control
Programming Language:
php
One-line Description:
Delete the top-most output buffer and all its contents.
Related
What’s the Difference Between ob_end_clean and ob_flush in PHP, and When Should You Use Them Together?
4
How to Correctly Use the ob_end_clean Function in PHP to Completely Clear the Output Buffer?
9
Similar Functions
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_clean
ob_clean
Clear(erase)theoutpu
ob_start
ob_start
Turnonoutputbufferin
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_status
ob_get_status
Getthestatusoftheout
ob_get_level
ob_get_level
Returnsthenestinglev
ob_end_flush
ob_end_flush
Refresh(send)theoutp
Popular Articles
What’s the Difference Between ob_end_clean and ob_flush in PHP, and When Should You Use Them Together?
How to Correctly Use the ob_end_clean Function in PHP to Completely Clear the Output Buffer?