Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_flush
ob_get_flush
Flush the output buffer, return it as a string and close the output buffer
Name:
ob_get_flush
Category:
Output buffer control
Programming Language:
php
One-line Description:
Output and return the contents of the top-most output buffer, and then delete the buffer.
Related
Laravel PHP Documentation Guide: Complete Tutorial to Boost Development Efficiency
1
In-Depth Analysis of PHP Object-Oriented Programming: Class Implementation and Core Concepts
1
FastDFS PHP API Practical Guide: Efficient File Upload and Download Integration
2
PHP Tutorial: Extract All Contents Inside Parentheses Using Regular Expressions
6
Similar Functions
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
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_clean
ob_get_clean
Getthecurrentbufferc
ob_get_length
ob_get_length
Returnsthelengthofth
ob_clean
ob_clean
Clear(erase)theoutpu
flush
flush
Refreshthesystemoutp
Popular Articles