What is the output of the following PHP code snippet?
$my_array = [1, 2, 3, 4, 5];
echo array_shift($my_array);

1
5
2
1
3
4
4
Error

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation