ryeguy Posted December 8, 2008 Share Posted December 8, 2008 Are there any good simple text compression algorithms out there? Something like LZW. I tried looking for a PHP LZW library but could only find one, and it didn't work. Link to comment https://forums.phpfreaks.com/topic/135997-text-compression/ Share on other sites More sharing options...
dclamp Posted December 8, 2008 Share Posted December 8, 2008 maybe this will help: http://us2.php.net/filters.compression Link to comment https://forums.phpfreaks.com/topic/135997-text-compression/#findComment-709017 Share on other sites More sharing options...
ryeguy Posted December 8, 2008 Author Share Posted December 8, 2008 maybe this will help: http://us2.php.net/filters.compression Hmm..what's the difference between using those and something like gzcompress()? Link to comment https://forums.phpfreaks.com/topic/135997-text-compression/#findComment-709069 Share on other sites More sharing options...
dclamp Posted December 9, 2008 Share Posted December 9, 2008 im not quite sure... Link to comment https://forums.phpfreaks.com/topic/135997-text-compression/#findComment-710152 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.