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
Just Starting with PHP? See How session_cache_expire Helps You Control Cache Lifetime
7
PHP Date Formatting Tutorial: Mastering Year, Month, and Day Handling
5
Complete Guide to Implementing Efficient Online Payment with PHP and XML
2
Combining mb_get_info and mb_regex_encoding for regular expression encoding settings
5
Similar Functions
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_flush
ob_flush
Refresh(send)outputb
ob_start
ob_start
Turnonoutputbufferin
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
flush
flush
Refreshthesystemoutp
ob_get_length
ob_get_length
Returnsthelengthofth
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
Popular Articles