Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
php-pear-Validate: Validation Class for Various Data Types
- Summary
- Package to validate various data. It includes :
- numbers (min/max, decimal or not)
- email (syntax, domain check, rfc822)
- string (predifined type alpha upper and/or lowercase, numeric,...)
- date (min, max)
- uri (RFC2396)
- possibility valid multiple data with a single method call (::multiple)
Changelog
- * Sun Jan 14 16:00:00 2007 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.7.0-1
- Upstream sync
- * Wed Sep 6 17:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.6.4-1
- Upstream sync
- * Fri Jun 30 17:00:00 2006 Christopher Stone <chris{*}stone{%}gmail{*}com> 0.6.3-1
- Initial Release