respect-validation/docs/IntVal.md
2015-10-07 11:46:57 -03:00

263 B

IntVal

  • v::intVal()

Validates if the input is an integer.

v::intVal()->validate('10'); //true
v::intVal()->validate(10); //true

See also: