$value) { if ($key == $searchKey) { return $value; } } } return null; } }