| 
 | gzcompressCompress a string Description
   stringfalse gzcompress(string  $data, int$level= -1, int$encoding=ZLIB_ENCODING_DEFLATE)
   This function compresses the given string using the  For details on the ZLIB compression algorithm see the document "» ZLIB Compressed Data Format Specification version 3.3" (RFC 1950). 
 Parameters
 
 Return Values
   The compressed string or  Examples
 Example #1 gzcompress example See Also
 
 |