Skip to content

Kirby 5.0.4

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