PHP - Arrays
What will be the output of this PHP code?
$arr = [];
array_push($arr, 1, 2, 3);
print_r($arr);
$arr = [];
array_push($arr, 1, 2, 3);
print_r($arr);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions