-
Strings is an expansion to the original PHP string functions. All functions was make to use special characters (192-223 and 224-255 in ascii table).Strings includes the functions: lowercase, strtolower, uppercase, strtoupper, ucfirst, lcfirst, ucwords, lcwords, normal, remove, chomp, php_quote, file_ext, file_noext, stripdouble, bar_quote
-
PHP Figlet is meant to draw text strings that are outputted as lines of text using ASCII art characters.The text lines that represent characters are defined in simple ASCII art font files. The class comes with one sample font. Many other fonts are available or you can make your own.PHP Figlet can be used for displaying errors, printing messages to ...
-
Generic string mapping class maps string characters given an arbitrary character map table.Features of Generic string mapping class:- Maps string characters given an arbitrary character map table.- Maps characters not present in the table with user defined function.- Separate mapping tables are provided to convert ISO Latin 1 strings to upper case, lower case accents and cedillas to correspondent ASCII ...
-
Huffman Compress is intented to perform Huffman static compression on files with a PHP script.Such compression is essentially useful for reducing the size of texts by about 43% ; it is at its best when working with data containing strong redundancies at the character level -- that is, the opposite of a binary file in which the characters would be ...
-
Shref Image in DB can store and retrieve binary files in a MySQL database table. It can read the data from one file, convert the data to an ASCII representation and stores it in a given a given record of a MySQL table field. Shref Image in DB can also do the opposite. It retrieves the data from a given ...
-
Encrypt MD5 64 implements an algorithm that uses the MD5 digest of a key to encrypt and decrypt data.The encrypted data is encoded with the base 64 algorithm to return the resulting data in a plain ASCII text string.
-
ASCII 2 Image is meant to render .nfo text files as graphical images. It uses the GD library to render the .nfo text file lines generating a PNG image of the appropriate size.
-
E-Mail Encoder Class is meant to encode mailto: links in a way that makes it difficult for spammers to harvest e-mail addresses by using crawling robots.The resulting HTML uses character entities using the ASCII codes of the e-mail address characters that are replaced.E-Mail Encoder Class lets you specify the link e-mail address, the link data and a CSS style name ...

