Package:
Summary:
Check whether a number is registered in NDNC
Groups:
Author:
Description:
This class can be used to check whether a number is registered in India National Do Not Call database.
It can send an HTTP request to the NDNC site Web server to check if a given phone number is registered.
The class parses the page and determines if the it states whether the number is registered or not.
Package:
Summary:
Check whether a number is registered in NDNC
Groups:
Author:
Description:
This class can be used to check whether a number is registered in NDNC.
Package:
Summary:
Manipulate MySQL records with an AJAX interface
Groups:
Author:
Description:
This class can be used to manipulate MySQL records with an AJAX interface.
It can generate HTML with Javascript to display and edit MySQL table records using AJAX to avoid reloading the page.
Package:
Summary:
Replace characters in a text strings
Groups:
Author:
Description:
This is a very simple class that can be used to replace characters in a text strings.
It takes a text string and removes dashes, underscores and spaces and replaces letters with accents by equivalent letters without accents.
Package:
Summary:
Check if a string has any invalid characters
Groups:
Author:
Description:
This class can be used to check if a string has any invalid characters.
It can traverse a given string to verify whether it contains characters that are not letters or digits considered invalid.
Package:
Summary:
Validate string values
Groups:
Author:
Description:
This class can be used to validate string values.
In can take one or more string values and validated them according to multiple validation rules.
Currently it can validate values for not being empty, match a regular expression, have a length between given limits, not having a string appear more than a given number of times, represent a value of a given type, have a numeric value within a given range.
Package:
Summary:
Get IP geographic location using MaxMind API
Groups:
Author:
Description:
This classes can be used to get geographic location of an IP address using MaxMind API.
It can send HTTP requests to the MaxMind Web services API Web server to request geographic information of a computer with a given IP address.
Currently it may return the latitude, longitude, city, region, post code, metro code, area code, ISP and organization.
Package:
Summary:
Generate random text to use as password
Groups:
Author:
Description:
This is a simple class that can generate random text to use as password.
It generates a text string with 12 random upper and lower case letters and digits.