PHP - Array Functions
What will be the output of the following PHP code?
$arr = ['a' => 1, 'b' => 2, 'c' => 3]; print_r(array_keys($arr));
$arr = ['a' => 1, 'b' => 2, 'c' => 3]; print_r(array_keys($arr));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions