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
How to Ensure Output Displays Properly After Using the ob_clean Function to Clear the Buffer?
4
What Are the Key Details and Potential Risks When Calling ob_clean() Multiple Times in a PHP Script?
10
Similar Functions
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_contents
ob_get_contents
Returnsthecontentsof
flush
flush
Refreshthesystemoutp
ob_flush
ob_flush
Refresh(send)outputb
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
Popular Articles
How to Ensure Output Displays Properly After Using the ob_clean Function to Clear the Buffer?
What Are the Key Details and Potential Risks When Calling ob_clean() Multiple Times in a PHP Script?