This function shuffles (randomizes the order of the elements in) an array.
注: This function assigns new keys for the elements in array. It will remove any existing keys you may have assigned, rather than just reordering the keys.
注: ��PHP 4.2.0 �l�A�z�ݭn�A�ϥ� srand() �� mt_srand() �üƲ�;�Ѻؤl�A�]�o�w�۰ʪ�ѤF�C
See also arsort(), asort(), ksort(), rsort(), sort(), and usort().