respect-validation/docs/IntType.md
2015-10-16 23:43:01 -03:00

306 B

IntType

  • v::intType()

Validates whether the type of a value is integer.

v::intType()->validate(42); // true
v::intType()->validate('10'); // false

See also: