Exibir a caixa de texto

str_shuffle()

« str_rot13 | str_split »
<?php
$string 
str_shuffle (
    
  // string $str
);
?>
resultado
$string = 'dbacef'
Exemplos
#1 str_shuffle  ("abcdef")
Veja também
rand, shuffle