Perform an interval match. It's similar to a 'between' match, but the from and to values are calculated based on $value and $interval: $value - $interval < VALUE < $value + $interval
Signature
public function interval(integer|float
$value,
[integer|float
$interval = true,
[boolean
$include = true]] )