mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02: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: