Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_get_length
ob_get_length
Returns the length of the output buffer
Name:
ob_get_length
Category:
Output buffer control
Programming Language:
php
One-line Description:
Returns the number of bytes of data in the top-most output buffer.
Related
How to Correctly Use the ob_end_clean Function in PHP to Completely Clear the Output Buffer?
9
Comprehensive Guide and Practical Examples for PHP dirname() Function
6
How Beginners Can Use mb_substr to Extract Part of a String: A Complete Basic Tutorial
4
Use parse_url + pathinfo to analyze URL file structure
5
Similar Functions
flush
flush
Refreshthesystemoutp
ob_get_clean
ob_get_clean
Getthecurrentbufferc
ob_get_level
ob_get_level
Returnsthenestinglev
ob_get_length
ob_get_length
Returnsthelengthofth
ob_list_handlers
ob_list_handlers
Listalloutputhandler
output_reset_rewrite_vars
output_reset_rewrite_vars
ResetURLrewritervalu
ob_clean
ob_clean
Clear(erase)theoutpu
ob_gzhandler
ob_gzhandler
Ob_startcallbackfunc
Popular Articles