shuffle Shuffle an array Description voidshuffle arrayarray This function shuffles (randomizes the order of the elements in) an array. You must use srand to seed this function. <function>shuffle</function> example See also arsort, asort, ksort, rsort, sort, and usort.