diff --git a/reference/strings/functions/str-shuffle.xml b/reference/strings/functions/str-shuffle.xml new file mode 100755 index 0000000000..c226c7df5a --- /dev/null +++ b/reference/strings/functions/str-shuffle.xml @@ -0,0 +1,59 @@ + + + + + str_shuffle + Randomly shuffles a string + + + Description + + stringstr_shuffle + stringstr + + + str_shuffle shuffles a string. One permutation + of all possible is created. + + + + <function>str_shuffle</function> example + + +]]> + + + + + See also shuffle and rand. + + + + +