PHP Classes

Classes: Text processing

Recommend this page to a friend!
  All class groups  >  Text processing (881)  >  Top rated classes  

Text processing

Manipulating and validating text data.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  1 - 20   ...   741 - 760   761 - 780   781 - 800   801 - 820   821 - 840   841 - 860   861 - 880   881 - 881  
  Files folder image zbase32  
PHP Programming Innovation award nominee
August 2011
Number 4


Prize: One downloadable copy of Komodo IDE
Author: CPK Smithies <e-mail contact>
Encode and decode data using zbase32 algorithm
This class encodes and decodes data using the zbase32 algorithm.

It can take a string of binary data and encode it into case insensitive data using zbase32.

The class can also do the opposite, i.e. decode previously encoded base32 data to return the original binary data.

The encoding and decoding methods are available as functions within a namespace for use under PHP 5.3 or later.

With namespaces, it is not necessary to use the fiction of classes to hide names from the global scope.

  1 - 20   ...   741 - 760   761 - 780   781 - 800   801 - 820   821 - 840   841 - 860   861 - 880   881 - 881  
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  

Return to top of the groups' hierarchy.