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
Next_result() and PDO differences and alternatives
10
How to Correctly Use the rawurldecode Function in PHP to Decode URL-encoded Strings and Practical Tips
2
PHP Optimization: Best Practices for Enhancing Foreach Loop Performance
1
Common parameter errors and solutions in xml_set_end_namespace_decl_handler callbacks
2
Similar Functions
ob_get_status
ob_get_status
Getthestatusoftheout
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_start
ob_start
Turnonoutputbufferin
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_length
ob_get_length
Returnsthelengthofth
ob_flush
ob_flush
Refresh(send)outputb
Popular Articles