⊗ppPmRdSS 181 of 447 menu

Shuffling Strings in PHP

str_shuffle

Given a string. Shuffle the characters of this string in a random order.

Create a string 6 characters long, consisting of small English letters arranged in a random order. The letters must not repeat.

byenru