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
Enterprise PHP Framework Applications: Enhancing Development Efficiency and System Flexibility
8
Tips for the joint use of stream_get_filters and stream_set_timeout
4
ftp_rawlist returns common reasons for empty return
10
How to effectively use PDOStatement::fetchObject when optimizing large data query
4
Similar Functions
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
flush
flush
Refreshthesystemoutp
ob_start
ob_start
Turnonoutputbufferin
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_level
ob_get_level
Returnsthenestinglev
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_clean
ob_clean
Clear(erase)theoutpu
Popular Articles