Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_flush
ob_flush
Refresh (send) output buffer
Name:
ob_flush
Category:
Output buffer control
Programming Language:
php
One-line Description:
Output the contents of the top-most output buffer and clear the buffer.
Related
Optimize PHP Real-Time Data Output with ob_flush for Smoother Webpages
4
What’s the Difference Between ob_flush and flush in PHP? A Practical Usage Comparison
1
Similar Functions
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
ob_clean
ob_clean
Clear(erase)theoutpu
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_status
ob_get_status
Getthestatusoftheout
ob_get_contents
ob_get_contents
Returnsthecontentsof
Popular Articles
What’s the Difference Between ob_flush and flush in PHP? A Practical Usage Comparison
Optimize PHP Real-Time Data Output with ob_flush for Smoother Webpages