Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 265 Bytes

IntVal.md

File metadata and controls

18 lines (13 loc) · 265 Bytes

IntVal

  • v::intVal()

Validates if the input is an integer.

v::intVal()->validate('10'); // true
v::intVal()->validate(10); // true

See also: