git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-08-17 09:16:49 +00:00
parent 34bc8e19f9
commit e8b4bdea6b

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.183 $ -->
<!-- $Revision: 1.184 $ -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
<title>Types</title>
@ -1372,7 +1372,7 @@ echo $arr[12]; // 1
</para>
<para>
A <varname>key</varname> may be either an
<literal>integer</literal> or a <type>string</type>. If a key is
<type>integer</type> or a <type>string</type>. If a key is
the standard representation of an <type>integer</type>, it will
be interpreted as such (i.e. <literal>"8"</literal> will be
interpreted as <literal>8</literal>, while