Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_clean
ob_clean
Clear (erase) the output buffer
Name:
ob_clean
Category:
Output buffer control
Programming Language:
php
One-line Description:
Delete everything in the topmost output buffer.
Related
What Are the Key Details and Potential Risks When Calling ob_clean() Multiple Times in a PHP Script?
10
Similar Functions
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
flush
flush
Refreshthesystemoutp
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_get_level
ob_get_level
Returnsthenestinglev
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_status
ob_get_status
Getthestatusoftheout
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_flush
ob_flush
Refresh(send)outputb
Popular Articles
What Are the Key Details and Potential Risks When Calling ob_clean() Multiple Times in a PHP Script?