IntType()
Validates whether the type of the input is integer.
v::intType()->isValid(42); // true
v::intType()->isValid('10'); // false
- Numbers
- Types
Version | Description |
---|---|
1.0.0 | Created |
See also:
IntType()
Validates whether the type of the input is integer.
v::intType()->isValid(42); // true
v::intType()->isValid('10'); // false
Version | Description |
---|---|
1.0.0 | Created |
See also: