mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85968 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
48eb9a1db5
commit
d4987a894f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.list">
|
||||
<refnamediv>
|
||||
|
@ -85,7 +85,7 @@ while (list ($id, $name, $salary) = mysql_fetch_row ($result)) {
|
|||
parameter. If you are using plain variables, you don't have to worry
|
||||
about this. But if you are using arrays with indices you usually expect
|
||||
the order of the indices in the array the same you wrote in the
|
||||
<function>list</function> from left to write; which it isn't. It's
|
||||
<function>list</function> from left to right; which it isn't. It's
|
||||
assigned in the reverse order.
|
||||
</para>
|
||||
</warning>
|
||||
|
|
Loading…
Reference in a new issue