in_array
array_key_exists
array_keys
Checks if the given key exists in the array.
array_key_exists(string|int $key, array $array): bool