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