PHP - Array Functions
Which of the following PHP code snippets correctly extracts all keys from the array
$data?$data?array_keys() returns all keys from an array, while array_values() returns values.array_keys($data).15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions