PHP Text Processing
Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.-
ASCII text takes a text string and renders its characters in new text document using special ASCII art fonts.The ASCII art fonts are defined in separate scripts that define an array with a text strings that define how to render each character supported by the font.ASCII text contains several ASCII art fonts that can be used.Requirements:PHP 3.0 or higher
-
Talking Machine can be trained to learn an idiom using files with text written in that idiom. The results of the training are stored in a statistics file.The knowledge obtained during the training phase is used to generate a set of words in that language.Key Features of Talking Machine:- Generate passwords of arbitrary length in that idiom,- Generate a speech ...
-
Functions to call preg_match(), preg_replace() and preg_match_all() are provided. The regular expression matching functions store the matched results as objects in class variables.Requirements:PHP 5.0 or higher
-
Text Search Replace can browse a given directory recursively and open files that match certain file name extensions. The files are read to search for a given regular expression text.Optionally Text Search Replace may replace all the occurrences with a new text and the files are updated. In order to keep a record of the search and replace activity, a ...
-
Spam Rating takes a text string with the whole contents of a message and stores it in a temporary file. The SpamAssassin program is invoked in order to evaluate the message and determine if it is spam or not.Requirements:PHP 4.0 or higher
-
The words for a subject text are located in a MySQL database.PHP Tip Class replaces the words with HTML and Javascript to display a tool tip balloon over the words that displays information from the MySQL database associated with the words.Requirements:PHP 4.0 or higher
-
Phonetic takes a word and replaces some letters to generates new variants of the word that sound similar. A more complex algorithm that combines replacement rules can be employed.Requirements:PHP 5.0 or higher
-
Amount to Word takes a specified amount value and outputs its textual representation.
-
The search starts for a specified start tag and if it finds it, continues for another one. If both tags are found, Extract Text Between Long Tags returns the data that is contained between the start and end tags.Requirements:PHP 4.0 or higher
-
PHP color takes a string of PHP code and reformats it by adding HTML tags that can render the PHP constructs using different colors.Regular expression replacement is used for the PHP code text reformatting.Requirements:PHP 5.0 or higher
-
This class be used can extract information about TrueType fonts. It opens a TrueType font file and extracts font details from the header such as: copyright, font family and sub-family, font identifier and name.Requirements:PHP 4.0 or higher
-
A JSON representation of any variable value of any PHP type can be generated.JSON can also do the opposite, i.e. take a string with a value represented in a JSON format and recreate a PHP variable value of the type defined in the serialized JSON string.Requirements: PHP 4.0 or higher
-
A character has to be in both character sets, otherwise it will return an error.This is a list of character sets you can operate with:WINDOWSwindows-1250 - Central Europewindows-1251 - Cyrillicwindows-1252 - Latin Iwindows-1253 - Greekwindows-1254 - Turkishwindows-1255 - Hebrewwindows-1256 - Arabicwindows-1257 - Balticwindows-1258 - Viet Namcp874 - Thai - this file is also for DOSDOScp437 - Latin UScp737 - Greekcp775 ...
-
Class Grep Search can traverse a given directory recursively and search for a given text the contents of files with a given list of file name extensions.An array variable is used to store the path of the files that contain the specified text. The class returns the number of occurrences.Requirements: PHP 5.0 or higher
-
Form PDF can generate an FDF document from an associative array of form values. The generated document can be saved to a file.Form PDF can also do the opposite, i.e. extract form values into an associative arrat from FDF files. An FDF file can also be converted to a PDF file by using the pdftk program.Requirements: PHP 5.0 or higher

