mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
637 B
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: