$files->keyOf()
Tries to find the key for the given element
$files->keyOf(mixed $needle): string|falseParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $needle * | mixed | – | the element to search for | 
Return type
string|false
Parent class
  Kirby\Cms\Files    inherited from Kirby\Toolkit\Iterator