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
What’s the Difference Between ob_flush and flush in PHP? A Practical Usage Comparison
1
Similar Functions
flush
flush
Refreshthesystemoutp
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_start
ob_start
Turnonoutputbufferin
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_get_level
ob_get_level
Returnsthenestinglev
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_get_clean
ob_get_clean
Getthecurrentbufferc
Popular Articles
What’s the Difference Between ob_flush and flush in PHP? A Practical Usage Comparison