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
A Practical Guide to Building a Multi-User File Sharing System with PHP and FTP
7
Essential Facebook PHP Development Tips for Better Performance
3
How to use socket_cmsg_space to achieve an efficient broadcast system in PHP?
3
Use substr to extract the first N characters of a PHP string
1
Similar Functions
ob_get_status
ob_get_status
Getthestatusoftheout
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_contents
ob_get_contents
Returnsthecontentsof
ob_start
ob_start
Turnonoutputbufferin
ob_get_level
ob_get_level
Returnsthenestinglev
ob_list_handlers
ob_list_handlers
Listalloutputhandler
ob_flush
ob_flush
Refresh(send)outputb
Popular Articles