Categories
Tags → Php Character String

ArNumbers

This class can be used to spell quantity numbers using Arabic words. It takes a positive number of up to 999999999 and converts it into an equivalent string with words of the Arabic language encoded using the Windows-1256 character set. T...
DETAILS

ArDate

This class can be used to format times and dates in Arabic. It implements functionality similar to PHP date function. It takes as parameters a timestamp integer value and a date format string. The class returns a string formatted represen...
DETAILS

DRBImageVerification

DRBImageVerification is a simple anti-spam image verification, or &"CAPTCHA&", script. It allows you to add a challenge-response test to your existing PHP powered forms to prevent automated spam postings. The verification string len...
DETAILS

MySearch

MySearch is a PHP class that handles all aspects of a typical search. Once instantiated, a call to find will return false if the find failed, or a CSS highlighted string on success. This search is designed for parsing data with HTML, so, anything ins...
DETAILS

PHP Script Tips - Understanding String Literals and Operations

A collection of 14 tips on PHP string literals, operations and conversaion. Clear explanations and tutorial exercises are provided on single-quoted strings, double-quoted strings, string elements, concatenation, converting values to strings, converti...
DETAILS
©2003-2019 jCay.com