Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_end_flush
ob_end_flush
Refresh (send) the output buffer and turn off the output buffer
Name:
ob_end_flush
Category:
Output buffer control
Programming Language:
php
One-line Description:
Delete the top output buffer and output its contents.
Related
PHP Libtool Guide | Efficient Management and Building of PHP Extensions
5
How strpos functions handle case-sensitive matching
8
Tips for using imageflip with imagecreatetruecolor function
7
The Role and Usage of the return Keyword in PHP: A Detailed Guide
2
Similar Functions
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_end_flush
ob_end_flush
Refresh(send)theoutp
flush
flush
Refreshthesystemoutp
ob_get_level
ob_get_level
Returnsthenestinglev
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
ob_get_length
ob_get_length
Returnsthelengthofth
ob_get_status
ob_get_status
Getthestatusoftheout
ob_flush
ob_flush
Refresh(send)outputb
Popular Articles