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: