This function randomly shuffles the characters in the string.
Syntax: str_shuffle(string);
string – the input string
Example input:
echo str_shuffle("Hello");
echo "
";
echo str_shuffle("Hello");
Example output:
lHole
oHell
Showing posts with label PHP shuffle. Show all posts
Showing posts with label PHP shuffle. Show all posts
Wednesday, October 1, 2008
Subscribe to:
Posts (Atom)