Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 345 Bytes

Even.md

File metadata and controls

27 lines (17 loc) · 345 Bytes

Even

  • Even()

Validates whether the input is an even number or not.

v::intVal()->even()->validate(2); // true

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

Categorization

  • Numbers

Changelog

Version Description
0.3.9 Created

See also: