?? [???f?l]

vt; ??; ??, ??

n. ??, ??; ??: shuffles ??: shuffles ?? ??: shuffled ?? ??: shuffled ?? ??: shuffled

PHP ??() ?? ???

??: ??? ??? ??? ??? ???:

??: ??shuffle(array)

????:

ParametersDescription
?? ?? . ??? ??? ?????.

??: ???? TRUE? ???? ???? FALSE? ?????.

PHP ??() ?? ?

<?php
$a = array("class" => "php中文網(wǎng)","name" => "西門","job" => "講師");
shuffle($a);
print_r($a);
?>
rerun ?????

??? ????? ??? "???? ??"??? ??????. ??? ????? ???

??:

Array ( [0] => 西門 [1] => php中文網(wǎng) [2] => 講師 )