Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_flush
ob_get_flush
Flush the output buffer, return it as a string and close the output buffer
Name:
ob_get_flush
Category:
Output buffer control
Programming Language:
php
One-line Description:
Output and return the contents of the top-most output buffer, and then delete the buffer.
Related
How to handle character set issues when uploading files through mb_get_info
4
Detailed Comparison and Application of HHVM and PHP-FPM: Choosing the Best PHP Execution Environment
10
How to view debugging information after ending a cURL session with curl_close?
8
Best PHP Management Practices and Techniques for Developers
2
Similar Functions
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_level
ob_get_level
Returnsthenestinglev
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_start
ob_start
Turnonoutputbufferin
ob_get_length
ob_get_length
Returnsthelengthofth
Popular Articles