note 102760 deleted from function.str-shuffle by danbrown

[email protected]
Newsgroups php.notes
Message-ID <[email protected]>
Note Submitter: mrextreme at freemail dot hu 

----

function mb_str_shuffle( $str )
{
    $randomArr = preg_split( "//u", $str );
    shuffle( $randomArr );
    return implode( '', $randomArr );
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.