Home
PHP
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
Use get_include_path() and getcwd() to get the current working directory path
2
Initialize common PHP extensions in init functions
5
Simple example of using array_slice to implement paging function
3
Optimize the performance of xml_set_end_namespace_decl_handler in large-scale XML parsing
3
Similar Functions
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
ob_clean
ob_clean
Clear(erase)theoutpu
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_status
ob_get_status
Getthestatusoftheout
ob_flush
ob_flush
Refresh(send)outputb
ob_get_length
ob_get_length
Returnsthelengthofth
Popular Articles