Source Code:
(back to article)
<?php $numbers = [1, 2, 3, 4, 5]; shuffle($numbers); print_r($numbers);
Result:
Report an issue