Reference
In This Article
Standard Validation Classes
The following validators come with the zend-validator distribution.
- Barcode
- Between
- Callback
- CreditCard
- Date
- RecordExists and NoRecordExists (database)
- Digits
- EmailAddress
- Explode
- File Validation Classes
- GreaterThan
- Hex
- Hostname
- Iban
- Identical
- InArray
- Ip
- Isbn
- IsCountable
- IsInstanceOf
- LessThan
- NotEmpty
- Regex
- Sitemap
- Step
- StringLength
- Timezone
- Uri
- Uuid
Additional validators
Several other components offer validators as well:
Deprecated Validators
Ccnum
The Ccnum
validator has been deprecated in favor of the CreditCard
validator. For security reasons you should use CreditCard
instead of Ccnum
.
Found a mistake or want to contribute to the documentation? Edit this page on GitHub!