# Odd - `Odd()` Validates an odd number. ```php v::intVal()->odd()->validate(3); // true ``` Using `int()` before `odd()` is a best practice. ## Changelog Version | Description --------|------------- 0.3.9 | Created *** See also: - [Even](Even.md) - [Multiple](Multiple.md)