Ad
function randumString($a){
$a = str_shuffle($a);
return $a;
}