Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_level
ob_get_level
Returns the nesting level of the output buffering mechanism
Name:
ob_get_level
Category:
Output buffer control
Programming Language:
php
One-line Description:
Returns a number indicating how many output buffers are on the stack.
Related
What is the difference between hexdec("000000FF") and hexdec("FF")?
4
Comprehensive Guide to PHP Namespaces: Solving Naming Conflicts Effectively
7
The Perfect Combination of IIS and PHP: Efficient and Stable Web Application Solutions
5
How to use get_client_version to access source statistics
3
Similar Functions
ob_end_clean
ob_end_clean
Clear(erase)theoutpu
ob_get_level
ob_get_level
Returnsthenestinglev
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
flush
flush
Refreshthesystemoutp
ob_flush
ob_flush
Refresh(send)outputb
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_start
ob_start
Turnonoutputbufferin
Popular Articles