diff --git a/reference/array/functions/list.xml b/reference/array/functions/list.xml index 9c6fed8f57..4c1d73326c 100644 --- a/reference/array/functions/list.xml +++ b/reference/array/functions/list.xml @@ -1,5 +1,5 @@ - + @@ -90,10 +90,9 @@ while (list($id, $name, $salary) = mysql_fetch_row($result)) { assigned in the reverse order. - - - Using <function>list</function> with array indices - + + Using <function>list</function> with array indices + ]]> - - - Gives the following output (note the order of the elements compared in - which order they were written in the list syntax): - - + + + Gives the following output (note the order of the elements compared in + which order they were written in the list syntax): + + @@ -121,9 +120,8 @@ array(3) { string(6) "coffee" } ]]> - - - + + See also each, array and extract.