Checks that a number is within a specified range.
| Parameters | |||
|---|---|---|---|
|
$value |
# | |
|
$min |
# | |
|
$max |
# | |
| Returns | |
|---|---|
boolean
|
TRUE if the number is within the specified range, FALSE otherwise |