Display the drop-down list

str_shuffle()

« str_rot13 | str_split »
<?php
$string 
str_shuffle (
    
  // string $str
);
?>
Result
$string = 'adcebf'
Examples
#1 str_shuffle  ("abcdef")
See also
rand, shuffle