UTILITY
is_odd()
Test whether an integer is odd.
Signature
bool is_odd(int $value)
Example
is_odd(41); // trueAvailable from: 1.5.0
Test whether an integer is odd.
bool is_odd(int $value)
is_odd(41); // trueAvailable from: 1.5.0