PHP Inspekt Inspekt::isBetween - 1 пример найден. Это лучшие примеры PHP кода для Inspekt\Inspekt::isBetween, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Returns true if value is greater than or equal to $min and less
than or equal to $max, false otherwise. If $inc is set to
false, then the value must be strictly greater than $min and
strictly less than $max.