
Ragnvald Larsen - 2007-02-06 16:49:50
I am trying out your code. Since my computer is fairly fast I would prefer to trim the compression rate. Would that be changing this line:
$zdata = gzcompress($data);
to
$zdata = gzcompress($data,n);
where n is compression-level (0-9)?
Ragnvald