mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
215 B
215 B
Multiple
v::multiple(int $multipleOf)
Validates if the input is a multiple of the given parameter
v::intVal()->multiple(3)->validate(9); // true
See also: