IntegerCheck
trait IntegerCheck
Validate and range check integers.
Methods
bool
isInt(int $int, int $min = null, int $max = null)
Validate integer, optionally include range check.
Details
at line 39
bool
isInt(int $int, int $min = null, int $max = null)
Validate integer, optionally include range check.