Skip to content

Kirby 4.2.0

$options->keyOf()

Tries to find the key for the given element

$options->keyOf(mixed $needle): string|int|false

Parameters

Name Type Default Description
$needle * mixed the element to search for

Return type

string|int|false

Parent class

Kirby\Option\Options inherited from Kirby\Toolkit\Iterator