From 97af64caa186a8b56b90742c8b70aa10831d903b Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sat, 14 Jun 2003 14:20:12 +0000 Subject: [PATCH] saturday typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131517 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array.xml b/reference/array/functions/array.xml index 0648269a07..5a7ee62d9e 100644 --- a/reference/array/functions/array.xml +++ b/reference/array/functions/array.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ Returns an array of the parameters. The parameters can be given an index with the => operator. Read the section on the array type for more - information on what an array is. + informations on what an array is. @@ -31,7 +31,7 @@ Syntax "index => values", separated by commas, define index and values. index may be of type string or numeric. When index is - omitted, a integer index is automatically generated, starting + omitted, an integer index is automatically generated, starting at 0. If index is an integer, next generated index will be the biggest integer index + 1. Note that when two identical index are defined, the last overwrite the first.