mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 15:50:03 +01:00
271 B
271 B
IntVal
v::intVal()
Validates if the input is an integer.
v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true
See also: