From 70c08c45a4f6aed36a0e3ad4be44976c5afbc8a7 Mon Sep 17 00:00:00 2001 From: Gordon Oheim Date: Fri, 2 Dec 2011 13:00:40 +0000 Subject: [PATCH] fixes Bug #60427: array_reverse docs are slightly misleading git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320282 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-reverse.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/array-reverse.xml b/reference/array/functions/array-reverse.xml index fe27d2a6b2..b60451848b 100644 --- a/reference/array/functions/array-reverse.xml +++ b/reference/array/functions/array-reverse.xml @@ -33,7 +33,8 @@ preserve_keys - If set to &true; keys are preserved. + If set to &true; numeric keys are preserved. + Non-numeric keys are not affected by this setting and will always be preserved.