blob: 504bd516c857867746b2d1daecc2b8980ab508da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
Package to validate various data. It includes:
* numbers (min/max, decimal or not)
* email (syntax, domain check)
* string (predefined type alpha upper and/or lowercase, numeric,...)
* date (min, max) (With the Date module installed)
* uri (RFC2396)
* possibility valid multiple data with a single method call (::multiple)
WWW: http://pear.php.net/package/Validate
|