gzcompress
Supported Versions: PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8
Compress a string
<?php gzcompress
(
string $data
,
int $level
= -
1
,
int $encoding
=
ZLIB_ENCODING_DEFLATE
):
string
|
false