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
Use mysqli_stmt::$error to diagnose type binding errors with mysqli_stmt::bind_param()
5
Practical examples of using sprintf to generate XML content
7
How to Use umask() and stat() in PHP to Monitor File Permission Changes: A Practical Guide
3
Example of using mb_get_info function in conjunction with mb_internal_encoding function
3
Similar Functions
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_get_status
ob_get_status
Getthestatusoftheout
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_start
ob_start
Turnonoutputbufferin
ob_end_flush
ob_end_flush
Refresh(send)theoutp
Popular Articles