PHP-Klasse::LZW 08.08.2007

Kurzbeschreibung: compress and uncompress data with LZW algorithm
Veröffentlicht am: 08.08.2007
Gruppe(n):
- Algorithms
- Compression
Beschreibung:
This class can be used to compress and uncompress data with the LZW algorithm in pure PHP code.
It can take a string of data and compress it with the LZW algorithm. It can also do the opposite, i.e. extract the original data from compressed string using the same algorithm.
Link: LZW