Possible Duplicate:
Which compression method to use in PHP?
It seems that PHP has many functions for making smaller strings out of strings. These functions are called inflate/deflate, encode/decode, and compress/uncompress. Some of them seem compatible with each other, as all are base on the zlib
library. What is the differences between them, and when to use each?