From 380c441c88599f581d64e97d9d4646c9581ce650 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 10 Aug 2010 01:31:30 +0000 Subject: [PATCH] Clarified (in the description) that entry keys are returned. Closes PHP bug #52247 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302055 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-rand.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/array-rand.xml b/reference/array/functions/array-rand.xml index 291e10ed38..761d1134f2 100644 --- a/reference/array/functions/array-rand.xml +++ b/reference/array/functions/array-rand.xml @@ -13,8 +13,8 @@ intnum_req1 - array_rand is rather useful when you want to - pick one or more random entries out of an array. + Picks one ore more random entries out of an array, and returns the + key (or keys) of the random entries.