mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
388 B
388 B
IntVal
IntVal()
Validates if the input is an integer.
v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Renamed from Int to IntVal |
| 0.3.9 | Created as Int |
See also: