isOdd.php
Table of Contents
Functions
- isOdd() : bool
- Tells whether an integer is odd.
Functions
isOdd()
Tells whether an integer is odd.
isOdd(int $value) : bool
Parameters
- $value : int
-
The integer to test.
Tags
Return values
bool —true if $value is odd, false otherwise.