str_shuffle

Example

 string str_shuffle ( string $str ) 

Description

str_shuffle() shuffles a string. One permutation of all possible is created.

Return Values

Returns the shuffled string.