Text processingManipulating and validating text data. |
Top 3 best rated classes of Text processing group
Rank |
Class |
Author |
Rating |
21 |
LMPHP Support to multiple languages to PHP applications |
Max Base |
80.00% |
24 |
PHP MIME Email Message Parser Decode MIME e-mail messages |
Manuel Lemos |
79.90% |
28 |
Numeric TTS Generate audio to spell numbers with voices |
Bakr Alsharif |
79.38% |
|
|
|
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. |
|
Return to top of the groups' hierarchy.