Mostrar lista de opciones

str_shuffle()

« str_rot13 | str_split »
<?php
$string 
str_shuffle (
    
  // string $str
);
?>
Resultado
$string = 'edafcb'
Ejemplos
#1 str_shuffle  ("abcdef")
Ver también
rand, shuffle