respect-validation/docs/rules/IntType.md
Henrique Moody 1eb5b9d3c5
Add "Decimal" link to related rules
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2020-10-05 12:49:42 +02:00

827 B

IntType

  • IntType()

Validates whether the type of the input is integer.

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

Categorization

  • Numbers
  • Types

Changelog

Version Description
1.0.0 Created

See also: