Compression: Variable Length Coding
Robin Schuil (contact me)
This class can be used to compress and uncompress data using the variable length encoding.
It can read a stream of data and pack it using an pure PHP implementation of the variable length encoding algorithm.
It can also do the opposite reading a variable length encoded stream of data and unpack it to restore the original uncompressed data.
Click here for detailed information about this class on phpclasses.org