From a3408906fa567a73cbf38ad56964984ec3e9a679 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 30 Dec 2007 19:58:59 +0000 Subject: [PATCH] Add information about negative keys. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249445 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-fill.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/reference/array/functions/array-fill.xml b/reference/array/functions/array-fill.xml index e029c4c346..ffb2b27d3c 100644 --- a/reference/array/functions/array-fill.xml +++ b/reference/array/functions/array-fill.xml @@ -1,5 +1,5 @@ - + array_fill @@ -82,7 +82,9 @@ ]]> @@ -98,12 +100,25 @@ Array [9] => banana [10] => banana ) +Array +( + [-2] => pear + [0] => pear +) ]]> + + &reftitle.notes; + + See also the Arrays + section of manual for a detailed explanation of negative keys. + + + &reftitle.seealso;