mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 23:59:51 +01:00
428 B
428 B
Luhn
Luhn()
Validate whether a given input is a Luhn number.
v::luhn()->validate('2222400041240011'); // true
v::luhn()->validate('respect!'); // false
Categorization
- Identifications
Changelog
| Version | Description |
|---|---|
| 2.0.0 | Created |
See also: