mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
saturday typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131517 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5933a0d874
commit
97af64caa1
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.110 -->
|
||||
<refentry id="function.array">
|
||||
<refnamediv>
|
||||
|
@ -18,7 +18,7 @@
|
|||
Returns an array of the parameters. The parameters can be given
|
||||
an index with the <literal>=></literal> operator. Read the section
|
||||
on the <link linkend="language.types.array">array type</link> for more
|
||||
information on what an array is.
|
||||
informations on what an array is.
|
||||
</para>
|
||||
<para>
|
||||
<note>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<para>
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue