array_keys()
array_keys - Return all the keys of an arraySyntax
array array_keys (array $input, mixed $search_value, bool $strict)Arguments
- input - An array containing keys to return.
- search_value - If specified, then only keys containing these values are returned.
- strict - Determines if strict comparison (===) should be used during the search.
