v::int()
Validates if the input is an integer.
v::int()->validate('10'); //true v::int()->validate(10); //true
See also: