php man page for http_deflate

Query: http_deflate

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

HTTP_DEFLATE(3) 							 1							   HTTP_DEFLATE(3)

http_deflate - Deflate data

SYNOPSIS
string http_deflate (string $data, [int $flags])
DESCRIPTION
Compress data with gzip, zlib AKA deflate or raw deflate encoding. See the deflate constants table for possible values for the $flags parameter.
PARAMETERS
o $data - String containing the data that should be encoded o $flags - deflate options
RETURN VALUES
Returns the encoded string on success, or NULL on failure.
SEE ALSO
http_inflate(3), HttpDeflateStream. PHP Documentation Group HTTP_DEFLATE(3)
Related Man Pages
libz(3) - sunos
io::compress::deflate(3pm) - mojave
gzencode(3) - php
io::compress::deflate(3pm) - debian
io::compress::deflate(3pm) - suse
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun