| 
 | gzcompressCompress a string Description
   string gzcompress
    ( string  $data[, int$level= -1
   [, int$encoding= ZLIB_ENCODING_DEFLATE
  ]] )This function compresses the given string using the ZLIB data format. 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 
<?phpChangelog
 
 See Also
 
 |