zlib_encode
laravel/framework
Supported Versions: PHP 5 >= 5.4.0, PHP 7, PHP 8
Compress data with the specified encoding
<?php zlib_encode
(
string $data
,
int $encoding
,
int $level
= -
1
):
string
|
false