# empty

Checks for empty values

****

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

****

```php
V::empty($value = null): bool
```

## Parameters

| Name | Type | Default | Description |
| ---- | ---- | ---- | ---- |
| `$value` | `mixed` | `null` | – |

## Return type

`bool`