mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
268 B
268 B
IntVal
IntVal()
Validates if the input is an integer.
v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true
See also: