Appearance
shuffle() - 打乱数组
mixed *shuffle(mixed *arr);
打乱数组 `arr` 并返回乱序后的数组,请注意原始数组 `arr` 也被乱序。
element_of(3)
雪风(i@mud.ren)