mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
554 B
554 B
IntType
v::intType()
Validates whether the type of a value is integer.
v::intType()->validate(42); // true
v::intType()->validate('10'); // false
See also: