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

554 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: