respect-validation/docs/IntVal.md
2016-11-06 18:45:44 +01:00

271 B

IntVal

  • v::intVal()

Validates if the input is an integer.

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

See also: