mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241412 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
34bc8e19f9
commit
e8b4bdea6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue