respect-validation/docs/IntType.md
Henrique Moody 435187298a
Apply contribution guidelines to "IntType" rule
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2018-03-27 00:25:26 +02:00

637 B

IntType

  • IntType()

Validates whether the type of the input is integer.

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

Changelog

Version Description
1.0.0 Created

See also: