Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 213 Bytes

File metadata and controls

17 lines (11 loc) · 213 Bytes

Odd

  • v::odd()

Validates an odd number.

v::intVal()->odd()->validate(3); // true

Using int() before odd() is a best practice.


See also: