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