# more

Checks if the first value is higher than the second value

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Toolkit/V.php#L520>

****

```php
V::more($value, float $min): bool
```

## Parameters

| Name | Type | Default | Description |
| ---- | ---- | ---- | ---- |
| `$value` (required) | `mixed` | – | – |
| `$min` (required) | `float` | – | – |

## Return type

`bool`