ZLIB_GET_CODING_TYPE(3) 1 ZLIB_GET_CODING_TYPE(3)zlib_get_coding_type - Returns the coding type used for output compressionSYNOPSIS
string zlib_get_coding_type (void )
DESCRIPTION
Returns the coding type used for output compression.
RETURN VALUES
Possible return values are gzip, deflate, or FALSE.
SEE ALSO
The zlib.output_compression directive .
PHP Documentation Group ZLIB_GET_CODING_TYPE(3)
Check Out this Related Man Page
OB_GZHANDLER(3) 1 OB_GZHANDLER(3)ob_gzhandler - ob_start callback function to gzip output bufferSYNOPSIS
string ob_gzhandler (string $buffer, int $mode)
DESCRIPTION ob_gzhandler(3) is intended to be used as a callback function for ob_start(3) to help facilitate sending gz-encoded data to web browsers
that support compressed web pages. Before ob_gzhandler(3) actually sends compressed data, it determines what type of content encoding the
browser will accept ("gzip", "deflate" or none at all) and will return its output accordingly. All browsers are supported since it's up to
the browser to send the correct header saying that it accepts compressed web pages. If a browser doesn't support compressed pages this
function returns FALSE.
PARAMETERS
o $buffer
-
o $mode
-
RETURN VALUES EXAMPLES
Example #1
ob_gzhandler(3) example
<?php
ob_start("ob_gzhandler");
?>
<html>
<body>
<p>This should be a compressed page.</p>
</body>
</html>
NOTES
Note
ob_gzhandler(3) requires the zlib extension.
Note
You cannot use both ob_gzhandler(3) and zlib.output_compression. Also note that using zlib.output_compression is preferred over
ob_gzhandler(3).
SEE ALSO ob_start(3), ob_end_flush(3).
PHP Documentation Group OB_GZHANDLER(3)
Emergency UNIX and Linux Support !! Help Me! Forum (Request Urgent Help)
README FIRST: How to Request Emergency or Urgent Help:
You may post emergency work-related questions in the emergency forum. To post in this forum you will need to use your Bits. All questions answered on a "best... (0 Replies)
Homework Help:
On Posting Questions:
Any and all high school and undergraduate homework assignments or textbook style exercises for which you are seeking assistance are to be posted only in our Homework & Coursework Questions area--not in blogs, visitor messages, PMs, or the main technical... (0 Replies)
How to Use Code Tags in The UNIX and Linux Forums
Developer: This video tutorial was created by scott for forum users. Everyone should use code tags when posting code and command line logic in the forums.
cPF45jjWe7Q
A full list of BB codes is available here. (8 Replies)
RULES OF THE UNIX AND LINUX FORUMS
For the latest version of the community rules (the official community rules page), please visit here.
No flames, shouting (all caps), sarcasm, bullying, profanity or arrogant posts.
No negative comments about others or impolite remarks. Be patient. No... (1 Reply)
Hey,
Just added a new UserCP option so you can change the code tags to look like the code tags in this example (turn this on and off):
Note: I set the default to "SyntaxHighlighting" for debugging purposes. We can change the default back to the original code tags later.
... (36 Replies)
Having spent a lot of time over the past year taking a legacy vBulletin site (this forum) and making the site responsive on mobile; I've happy with the results; but it will soon be time to move on.
Basically, at our core, we are a LAMP (Linux, Apache2, MySQL and PHP) site, and vBulletin was... (6 Replies)
On this special Happy News Year day, 1 January 2019, I am pleased to promote Ravinder Singh to UNIX.COM Moderator, for at least the following reasons:
Ravinder Loves UNIX.COM
Ravinder has 1,372 Thanks, which puts him in the Top Ten in that important single category.
Ravinder is one of... (8 Replies)
Please join me in congratulations to Wolf Machowitsch (bakunin) for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry:
"The Order of the Wizard's Hat - Lifetime Achievement Award"
This "Order of the Wizard's Hat" is presented to Wolf Machowitsch (bakunin)... (11 Replies)
Dear All,
We were hit with a denial of service (DOS) attack today beginning around June 12th 2019 @ 01:27:51 PM from an IP address registered to "RACKWEB-NET" in Bulgaria.
I was notified about this around June 12th 2019 @ 03:05 PM and did some log file analysis and discovered how the attack... (4 Replies)
Dear All,
I am very pleased to inform everyone that Nicki Paul (zxmaus) is joining the Moderation Team after a number of years away from the site.
Nicki used to be very active here (over 800 posts), and she got busy with travel, work, family and her dogs, and we have missed her. Now she is... (7 Replies)