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