From 0fd3e5a4ed396e512eb20bce8c3bedcc11f02016 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Sun, 15 Oct 2006 05:12:35 +0000 Subject: [PATCH] - Only numeric keys are reset by default (Fixes #38076). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221792 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-slice.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/array/functions/array-slice.xml b/reference/array/functions/array-slice.xml index 1afcb28293..c2924f3e1e 100644 --- a/reference/array/functions/array-slice.xml +++ b/reference/array/functions/array-slice.xml @@ -1,5 +1,5 @@ - + @@ -37,9 +37,9 @@ array. - Note that array_slice will reset the array keys by - default. Since PHP 5.0.2, you can change this behaviour by setting - preserve_keys to &true;. + Note that array_slice will reset numeric array + keys by default. Since PHP 5.0.2, you can change this behaviour by + setting preserve_keys to &true;.