Skip to content

Kirby 4.1.2

$image->match()

Runs a set of validations on the file object (mainly for images).

$image->match(array $rules): bool

Parameters

Name Type Default
$rules * array

Return type

bool

Exceptions

Type Description
Kirby\Exception\Exception

Parent class

Kirby\Image\Image inherited from Kirby\Filesystem\File