mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
e377521e73
commit
a207062226
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue