-
ArIdentifier analyzes a text that uses Unicode and locates the segments that use characters that belong the Arabic character set. The positions of the Arabic text segments can be returned as an array.Requirements: PHP 4.0 or higher
-
Eval Math can take an expression in a text string and evaluate it by replacing values of variables and calculating the results of mathematical functions and operations. It supports implicit multiplication, multivariable functions and nested functions.Eval Math can be used to evaluate expressions from untrusted sources. It provides robust error checking and only evaluates a limited set of functions. Graphs ...
-
Scramble Eggs can take a given text string, split it in pieces of the same size and insert random text between each piece. The original text can also be recovered from scrambled one.Requirements: PHP 5.0 or higher
-
class.file.php handles all actions that could be executed with a file (upload, download, write, read...) and provides access to all of its characteristics (size, type, extension, owner...).
-
Text Iterator traverses a given text string and find all characters that match a given pattern of characters. The strings that match the pattern get passed to a specific callback function to be processed arbitrarily.The patterns of characters to match can be given as an array of characters strings, or a string that specifies that the match of characters in ...
-
A Simple Sloganizer reads a file with template marks for several slogan phrases. A slogan phrase is picked up randomly and is used to replace the template place holder with the specified keywords.Requirements: PHP 4.0 or higher
-
Strings can be word wrapped.Key Features of Text Helper Class:- Capitalize the first letter of all words of string- Count the number of non-whitespace characters, words, sentences in a string- Encode strings for displaying as HTML, in URLs, escaping quotes, as hexadecimal, as Javascript strings, and obfuscate e-mail addresses- Exclude given words from a string- Highlight PHP code- Indent strings- ...
-
The letters of a text string are traversed and HTML code with image tags, which display the text as graphics, is generated.Requirements: PHP 3.0 or higher
-
Write On Pic can open an picture file in the GIF, PNG, JPEG and BMP formats, and write a given text string on the picture. The colors, opacity, border effect, font size and position of the text are configurable parameters.The generated image with text rendered on it can be served as the local script output or saved to a local ...
-
Word Count takes a text string and counts how many times each word appear in the string. The word that appears more times in the text string is returned.Requirements: PHP 5.0 or higher
-
A text string can be searched for sections enclosed by specified delimiters.The found text sections are replaced by text with other start and end delimiters, leaving intact the text inside the delimiters.Requirements: PHP 3.0 or higher
-
String Similarity calculates the similarity index between two strings. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Other values mean that the strings are different but appear to have a degree of similarity.Optionally String Similarity can limit the level of similarity between the strings that must be ...
-
Image to ASCII text reads an image in GIF, JPEG or PNG formats, and converts each pixel to an ASCII text character that corresponds to the pixel brightness level.The contrast and brightness can be adjusted. The converted ASCII text may be served for download or display in a form text are input to the let the users copy the text ...
-
Text to image with selected font creates an image with a given width and height and renders a given text string in a specific position.The text font, size, foreground and background colors can be configured. The image can be saved to a server side file or generated as the current script output in the JPEG, PNG or GIF formats.Requirements: PHP ...
-
An image with a specified width and height is created and a text string is rendered in it. The text may be align to the left, right, center or justified relatively to the image width.The text font, size, background and foreground colors are configurable. The generated image may be served as the current script output or stored in a server ...

