bool shuffle ( array &$array )
This function shuffles (randomizes the order of the elements in) an array.
Returns TRUE on success or FALSE on failure.