中文(繁體)
str_shuffle()函數隨機打亂字符串中的所有字符。
str_shuffle()
隨機地打亂字符串中的所有字符:
<?php echo str_shuffle ( "I love Shanghai" ) ; ?>
親自試一試
str_shuffle ( string )