shuffle

(PHP 4, PHP 5, PHP 7)

shuffle��������

˵��

shuffle ( array &$array ) : bool

���������ң�������е�Ԫ��˳��һ�����顣 ��ʹ�õ���α������������������ʺ�����ѧ�ij��ϡ�

Note:

If two members compare as equal, their relative order in the sorted array is undefined.

����

array

�����������顣

����ֵ

�ɹ�ʱ���� TRUE�� ������ʧ��ʱ���� FALSE��

������־

�汾 ˵��
7.1.0 ���õ�����������㷨�� libc rand �����ij� » ÷ɭ��תα����������㷨��

����

Example #1 shuffle() ����

<?php
$numbers 
range(120);
shuffle($numbers);
foreach (
$numbers as $number) {
    echo 
"$number ";
}
?>

ע��

Note: �˺���Ϊ array �е�Ԫ�ظ����µļ������⽫ɾ��ԭ�еļ����������ǽ�����������������

�μ�