ZLIBOn this pageZymba Documentation ZLIB object @ZLIB() { deflate(string $string): string {} deflateRaw(string $string): string {} gunzip(string $string): string {} gzip(string $string): string {} inflate(string $string): string {} inflateRaw(string $string): string {}} Static ZLIB related functions. Functions Function: deflateDeflates a string using ZLIB compression according to RFC 1950.@ZLIB.deflate(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring Function: deflateRawDeflates a string using DEFLATE compression in raw format according to RFC 1951.@ZLIB.deflateRaw(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring Function: gunzipUnzips a string using GZIP decompression according to RFC 1952.@ZLIB.gunzip(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring Function: gzipZips a string using GZIP compression according to RFC 1952.@ZLIB.gzip(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring Function: inflateInflates a string using ZLIB decompression according to RFC 1950.@ZLIB.inflate(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring Function: inflateRawInflates a string using DEFLATE decompression in raw format according to RFC 1951.@ZLIB.inflateRaw(string $string): stringParametersNameTypeValueDefaultstringstring""ReturnsTypeValuestring