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 session_status function is used in conjunction with session_id
10
PHP Filtering Technology in ecshop Platform: Analysis and Application
8
How to handle error return of gethostbynamel
9
Use sprintf and file_put_contents() to output formatted content to file
6
Similar Functions
ob_get_level
ob_get_level
Returnsthenestinglev
ob_flush
ob_flush
Refresh(send)outputb
ob_end_flush
ob_end_flush
Refresh(send)theoutp
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_status
ob_get_status
Getthestatusoftheout
ob_list_handlers
ob_list_handlers
Listalloutputhandler
Popular Articles