-
MP Chinese Word Segmentation can segment Chinese text using the maximum probability (MP) approach. Some ambiguity mistakes can be avoided. It can also provides simple support for segmenting English within Chinese text.
-
TxtCrypt can encrypt a file and insert the encrypted data into a regular text file in such way that it does not change the way the text file appears. The encrypt algorithm is simple but it can be replaced by another more robust algorithm.To hide the encrypted data within a text file without changing how it appears, the data is ...
-
Show a textarea with text from database you can change.
-
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 ...
-
GrWebLang is meant to manage and retrieve translations of texts of multiple idioms that can be used in a site or other type of application. It can store in its variables the translation texts associating them with a given identifier.An application can retrieve the translation of a text to any of the support idioms by specifying the text identifier and ...
-
Text Encrypter is meant to encode data as text so it can be passed between page scripts for instance in the URL of links.Text Encrypter uses salt data to be able to detect whether the data has been altered eventually by malicious users during the passages of the data.
-
This tiny class creates/formats flat tabbed text in table style for email or text document uses, inserts lines of any style and even rightbounds selected columns for better overview in the created text table.
-
html_reverse allows you to reverse htmlentities (un_htmlentities), sample: ã = ã and un_accent, sample: ã = a.
-
PHP's standard functions for upper and lower casing don't work for special chars. casespecial.php class allows you to manage uppercase, lowercase, capitalize strings with special chars too.Functions of casespecial.php: - ucfirst(),- ucwords(),- strtolower(),- strtoupper(), - capitalize(), - capitalizewords().All functions can called by reference, use the get_ functions to get a string return and your original string unchanged.
-
Man Page Lookup allows you to view man pages directly from the website. The output is formatted nicely with bold, italics, and coloured text.
-
Math Replace is meant to process text strings that contain math expressions. The class finds the math expressions, evaluates them and replaces their original text by the resulting values, returning the replaced text string.
-
JPPassClass is a simple class that can generate a random text made of characters of multiple possible characters sets. It can be used for instance to generate random passwords.The supported characters may be made of either only lower case letters, only upper case characters, only digits, or a combination of any of these three character sets.The generated random text may ...
-
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 ...
-
Text files are a common means to store data that many application still use, like for instance log files or tabular data files.This class is meant to convert tabular text data or files into arrays.After converting the data into an array, it is easier to manipulate or convert to other formats, such as inserting into databases or generating reports.
-
strStream class parses flat text files with arbitrary structure.

