mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
322 B
322 B
Multiple
Multiple(int $multipleOf)
Validates if the input is a multiple of the given parameter
v::intVal()->multiple(3)->validate(9); // true
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: