Multiple(int $multipleOf)
Validates if the input is a multiple of the given parameter
v::intVal()->multiple(3)->isValid(9); // true
- Math
- Numbers
Version | Description |
---|---|
0.3.9 | Created |
See also:
Multiple(int $multipleOf)
Validates if the input is a multiple of the given parameter
v::intVal()->multiple(3)->isValid(9); // true
Version | Description |
---|---|
0.3.9 | Created |
See also: