From 8928859015fa711c2a3cb1d8267988f40ba18380 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Wed, 23 Oct 2013 09:16:39 +0000 Subject: [PATCH] #64900 clarity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331927 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-chunk.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-chunk.xml b/reference/array/functions/array-chunk.xml index 18cae91a80..77bf68da86 100644 --- a/reference/array/functions/array-chunk.xml +++ b/reference/array/functions/array-chunk.xml @@ -15,7 +15,7 @@ boolpreserve_keysfalse - Chunks an array into arrays with size elements. + Split an array into a multidimensional array of size elements. The last chunk may contain less than size elements.