$file->match()
Runs a set of validations on the file object (mainly for images).
$file->match(array $rules): bool
Parameters
| Name | Type | Default |
|---|---|---|
| $rulesrequired | array |
no default value |
Return type
bool
This method modifies the existing $file object it is applied to and returns it again.
Exceptions
| Type | Description |
|---|---|
Kirby\Exception\Exception |