zlib_get_coding_type
Description
The zlib_get_coding_type of zlib for PHP returns the coding type used for output compression.
Syntax
zlib_get_coding_type(): string|false
Return
Returns gzip, deflate, or false.
Examples
1 · void
<? $return = zlib_get_coding_type(); var_export($return); ?>
false