Login   Register  
PHP Classes
elePHPant
Icontem

Variable Length Coding

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Robin Schuil
Name: Robin Schuil <e-mail contact>
Packages: 3 Browse all classes by Robin Schuil Browse all classes by
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 30
All time rank: 97630 in The Netherlands The Netherlands
Week rank: 1093 Down29 in The Netherlands The Netherlands Up
Innovation award
Innovation award
Nominee: 3x


  Detailed description   Download .zip .tar.gz  
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.

  Classes of Robin Schuil  >  Variable Length Coding  >  Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Variable Length Coding
Base name: vlc
Description: Compress data using variable length encoding
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 615 users
All time rank: 4369
Week users: 0 users
Week rank: 2072 Equal
 
  Groups   Rate classes User ratings   Applications   Files Files  

  Groups  
Group folder image Compression Data compression and file archive manipulation View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
July 2006
Number 9
Variable length coding is a compression algorithm that is not very efficient for compressing arbitrary data.

However, it can be very efficient for compressing data with long sequences of repeated data.

This class provides an PHP implementation of the variable length coding algorithm. It can be useful when the data to compress is conveniently arranged.

Since it is a pure PHP based implementation, it may also be useful when the special PHP extensions that implement more efficient algorithms are not available.

Manuel Lemos

  User ratings  
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file vlc.class.php Class Variable Bit Coding class
Accessible without login Plain text file example.php Example Example usage

Download all files: vlc.tar.gz vlc.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.