git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85968 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Leszek Krupinski 2002-06-17 17:59:55 +00:00
parent 48eb9a1db5
commit d4987a894f

View file

@ -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>