Run ❯
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
"red","b"=>"green","c"=>"blue","d"=>"yellow","e"=>"purple"); shuffle($my_array); print_r($my_array); ?>
Refresh the page to see how shuffle() randomizes the order of the elements in the array.
Array ( [0] => red [1] => yellow [2] => green [3] => purple [4] => blue )
Refresh the page to see how shuffle() randomizes the order of the elements in the array.