显示下拉菜单

str_shuffle()

« str_rot13 | str_split »
<?php
$string 
str_shuffle (
    
  // string $str
);
?>
结果
$string = 'daebcf'
示例
#1 str_shuffle  ("abcdef")
另请参阅
rand, shuffle