From 683326fa6acec63ed97eb7552c9983dbfc4d1ccf Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sat, 18 Jan 2003 09:22:40 +0000 Subject: [PATCH] Initial documentation. This also closes bug #20850 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112362 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/str-shuffle.xml | 59 +++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100755 reference/strings/functions/str-shuffle.xml 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. + + + + +