I have an array displaying results as below:
Array ( [0] => 71 [1] => 56 [2] => 64 [3] => 82 [4] => 90 [5] => 80 [6
I would go with shuffle to randomize the arrays, as per getting the 5 elements of teh array, it really depends on your need, what do you exactly want to accomplish, getting the first 5 elements, the last ones, or some other logic.