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
Complete Guide to Configuring PHP MySQL Extension in Linux Environment
3
How to Use Ajax and PHP to Implement Phone Number Validation and Improve User Experience
1
Practical PHP Code Examples and Techniques to Prevent XSS and SQL Injection
8
Creating Efficient Dynamic Data Table Interactions with PHP and jQuery
1
Similar Functions
ob_flush
ob_flush
Refresh(send)outputb
ob_get_contents
ob_get_contents
Returnsthecontentsof
flush
flush
Refreshthesystemoutp
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
ob_get_status
ob_get_status
Getthestatusoftheout
ob_get_level
ob_get_level
Returnsthenestinglev
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
Popular Articles