This class is meant to be used to validate the data, for instance entered in forms. It supports the detection of multibyte text characters.
The files provided are in EUC-JP format.
It provides following types of validations:
- E-mail addresses
- Dates
- Only alphabetic character strings
- Only alphanumeric character strings
- Detects strings using a multibyte encoding (Asian character sets)
- Verify whether strings contain only valid Hiragana, Katakana or Kanji characters
- Get length of characters of a text string
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (70.0%) |
Sufficient (75.0%) |
- |
Sufficient (60.0%) |
- |
- |
Not sure (48.5%) |
1401 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
validator.php |
Class |
Class file for validating user input data. |
validtest.php |
Example |
Class file for validating user input data. |