Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
flush
flush
Refresh the system output buffer
Name:
flush
Category:
Output buffer control
Programming Language:
php
One-line Description:
Try sending contents in the system output buffer to the browser.
Related
Does flush() Not Work? Your Web Server Settings Might Be the Issue
3
How to Use flush() for Real-Time Content Output? Practical PHP Tips
6
Similar Functions
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_get_level
ob_get_level
Returnsthenestinglev
flush
flush
Refreshthesystemoutp
ob_get_length
ob_get_length
Returnsthelengthofth
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_clean
ob_clean
Clear(erase)theoutpu
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
Popular Articles
Does flush() Not Work? Your Web Server Settings Might Be the Issue
How to Use flush() for Real-Time Content Output? Practical PHP Tips