this is basically the equivelent to the str_shuffle they use function str_shuffle($word){ for($i=0;$i<strlen($word);$i++) $array[]=$word[$i];
確定! 回上一頁