Login   Register  
PHP Classes
elePHPant
Icontem

Class: Variable Length Coding

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Robin Schuil  >  Variable Length Coding  >  Download .tar.gz .zip  >  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
Related classes: , , , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 588 users
All time rank: 4149
Week users: 1 user
Week rank: 2467
Picture of Robin Schuil
Author: Robin Schuil <e-mail contact>
Packages: 3 Browse this author's classes Browse this author's classes
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 29
All time rank: 95230 in The Netherlands The Netherlands
Week rank: 836 Up23 in The Netherlands The Netherlands Up
Innovation award
Innovation award
Nominee: 3x


  Detailed description  
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.

 

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

  Rate classes User ratings   Applications   Files Files  

  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
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.