What is array_keys() used for?
Options
- Compares array keys, and returns the matches
- Checks if the specified key exists in the array
- Returns all the keys of an array
- Both b and c
CORRECT ANSWER : Returns all the keys of an array
Write your comments