Fix example-error (Marco Cucinato)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-08-09 21:52:37 +00:00
parent e377521e73
commit a207062226

View file

@ -1,4 +1,4 @@
<!-- $Revision: 1.84 $ -->
<!-- $Revision: 1.85 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@ -791,7 +791,7 @@ array_multisort ($ar1, $ar2);
</para>
<para>
In this example, after sorting, the first array will contain 10,
"a", 100, 100. The second array will contain 1, 1, 2, "3". The
"a", 100, 100. The second array will contain 1, 1, "2", 3. The
entries in the second array corresponding to the identical
entries in the first array (100 and 100) were sorted as well.
</para>