Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_clean
ob_get_clean
Get the current buffer content and delete the current output buffer
Name:
ob_get_clean
Category:
Output buffer control
Programming Language:
php
One-line Description:
Returns everything in the topmost output buffer and clears the buffer.
Related
How to Start an Embedded MySQL Server with mysqli_driver::embedded_server_start? A Step-by-Step Guide
3
Parse namespace end callback problem in xml_set_end_namespace_decl_handler function
2
How to Implement User Registration in Typecho with PHP
9
Practical PHP Error Handling Techniques in Linux Environment
9
Similar Functions
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_get_level
ob_get_level
Returnsthenestinglev
flush
flush
Refreshthesystemoutp
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_flush
ob_flush
Refresh(send)outputb
Popular Articles