Login   Register  
PHP Classes
elePHPant
Icontem

ASCII85

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

  Author  
Picture of Sam Shull
Name: Sam Shull <e-mail contact>
Packages: 9 Browse all classes by Sam Shull Browse all classes by
Country: United States United States - PHP jobs in United States
Age: 37
All time rank: 38643 in United States United States
Week rank: 111 Up10 in United States United States Up
Innovation award
Innovation award
Nominee: 8x


  Detailed description   Download .zip .tar.gz  
This class can be used to encode and decode data using the ASCII85 algorithm.

It can take a string of data and encode it with the ASCII85 algorithm. It can also do the opposite, i.e. extract the original data from an encoded string using the same algorithm.

  Classes of Sam Shull  >  ASCII85  >  Download .zip .tar.gz  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: ASCII85
Base name: ascii85
Description: Encode and decode data using the ASCII85 algorithm
Version: -
PHP version: 4.0
License: BSD License
All time users: 919 users
All time rank: 3413
Week users: 0 users
Week rank: 2071 Equal
 
  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image Algorithms Numerical and statistical algorithms View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes


  Innovation Award  
PHP Programming Innovation award nominee
August 2007
Number 10
ASCII 85 is an algorithm that can encode binary data using only ASCII characters.

Data encoded with ASCII 85 uses a wider range of characters than similar algorithms like base 64. Therefore it provides in a more efficient encoding of binary data. That is why it is used to encode binary data inside data formats like PDF.

This class provides a pure PHP implementation of ASCII 85, thus making it possible to encode and decode PDF files that use this algorithm, without needing special PHP extensions.

Manuel Lemos

  User ratings  
Not yet rated by the users

  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.

  Related links  
Link Description
Wikipedia Description of ASCII85 Description of ASCII85

  Files folder image Files  
File Role Description
Accessible without login Plain text file ascii85.php Class the base class
Plain text file example Example An example of ASCII85 encoding

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