| 1 | <?php |
||
| 13 | * Filters $value to an unsigned integer strictly. |
||
| 14 | * |
||
| 15 | * @see \TraderInteractive\Filter\Ints::filter() |
||
| 16 | * |
||
| 17 | * @throws \InvalidArgumentException if $minValue was not greater or equal to zero |
||
| 18 | */ |
||
| 19 | public static function filter($value, $allowNull = false, $minValue = null, $maxValue = PHP_INT_MAX) |
||
| 29 | } |
||
| 30 |