Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ob_gzhandler
ob_gzhandler
Ob_start callback function for gzip output buffer
Name:
ob_gzhandler
Category:
Output buffer control
Programming Language:
php
One-line Description:
Used as a callback function for ob_start() to compress the buffer content when it is sent to the browser.
Related
A Practical Guide to Building a Multi-User File Sharing System with PHP and FTP
7
ASP vs PHP: Which is Better for Your Project Requirements?
5
What should you pay attention to when using PHP date_add function to handle leap year dates? Tips and Case Analysis
3
PHP Image Upload and Display Function Detailed Explanation
1
Similar Functions
ob_get_level
ob_get_level
Returnsthenestinglev
flush
flush
Refreshthesystemoutp
output_add_rewrite_var
output_add_rewrite_var
AddURLrewritervalue
ob_clean
ob_clean
Clear(erase)theoutpu
ob_get_length
ob_get_length
Returnsthelengthofth
ob_flush
ob_flush
Refresh(send)outputb
ob_get_flush
ob_get_flush
Flushtheoutputbuffer
ob_implicit_flush
ob_implicit_flush
Turnon/offimplicitre
Popular Articles