more
Checks if the first value is higher than the second value
V::more($value, float $min): bool
Parameters
Name | Type | Default |
---|---|---|
$value * | mixed |
– |
$min * | float |
– |
Return type
bool
Checks if the first value is higher than the second value
V::more($value, float $min): bool
Name | Type | Default |
---|---|---|
$value * | mixed |
– |
$min * | float |
– |
bool