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 Use the arsort() Function to Sort Arrays While Keeping Keys Intact? A Detailed Explanation
6
How to Implement Image Rotation in iOS Apps Using PHP
7
Mysqli_result::fetch_column Tips for using mysqli_query with
1
Use xml_parser_get_option to check the character encoding settings of the XML parser
10
Similar Functions
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_list_handlers
ob_list_handlers
Listalloutputhandler
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_flush
ob_flush
Refresh(send)outputb
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
flush
flush
Refreshthesystemoutp
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
ob_get_level
ob_get_level
Returnsthenestinglev
Popular Articles