str_shuffle (). A string can be shuffled by using str_shuffle function, here is an example. $string="abcdefghijk"; echo str_shuffle($string);
確定! 回上一頁