Home » » gzcompress

gzcompress

Written By 1 on Tuesday, October 2, 2012 | 9:17 AM

string gzcompress ( string $data [, int $level = -1 ] )

Compress a string

This function compress the given string using the ZLIB data format.


<?php
$compressed 
gzcompress('Compress me'9);
echo 
$compressed;
?>


0 Comment:

Post a Comment