This function shuffles (randomizes the order of the elements in) an array.
Bemærk: Fra PHP 4.2.0, er det ikke nødvendigt at salte generatoren til tilfældige numre med srand() eller mt_srand(), da det nu gøres automatisk.
See also arsort(), asort(), ksort(), rsort(), sort(), and usort().