Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_status
ob_get_status
Get the status of the output buffer
Name:
ob_get_status
Category:
Output buffer control
Programming Language:
php
One-line Description:
Get the status of the output buffer
Related
The Creative Fusion of Hiphop and PHP: How to Build Music Interaction Apps with PHP
2
What impact does the settype() function in PHP have when converting null values, and how should it be handled?
9
How to tell if mysql_fetch_assoc returns the result empty
6
How to Use finfo::set_flags to Control finfo_file() Output Format for More Flexible File Handling
9
Similar Functions
ob_get_status
ob_get_status
Getthestatusoftheout
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_start
ob_start
Turnonoutputbufferin
ob_flush
ob_flush
Refresh(send)outputb
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
Popular Articles