PHP Classes

File: INSTALL

Recommend this page to a friend!
  Classes of David H.   Huffman Compress   INSTALL   Download  
File: INSTALL
Role: Documentation
Content type: text/plain
Description: Installation instructions
Class: Huffman Compress
Perform Huffman compression on plaintext files
Author: By
Last change:
Date: 20 years ago
Size: 598 bytes
 

Contents

Class file image Download
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ + + HUFFMAN STATIC COMPRESSION + A PHP Implementation + + by Exaton (exaton@free.fr) + + Released as Freeware. + Use & modify as you see fit, no guarantee provided. + + See README file for version info. + +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ To install, simply place all files (customlib.inc.php, compresslib.inc.php, compress.inc.php and expand.inc.php) in the same folder, from which other scripts will be able to include them. For use, see README file.