tao-test/app/vendor/respect/validation/docs/rules/IntVal.md

369 B

IntVal

  • v::intVal()

Validates if the input is an integer.

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

See also: