"after before" -> "before"

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111417 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dirkjan Ochtman 2003-01-11 10:08:40 +00:00
parent 8b3f13f5c5
commit a0c57a6739

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.11 -->
<refentry id="function.array-multisort">
<refnamediv>
@ -62,7 +62,7 @@
No two sorting flags of the same type can be specified after each
array. The sorting flags specified after an array argument apply
only to that array - they are reset to default SORT_ASC and
SORT_REGULAR after before each new array argument.
SORT_REGULAR before each new array argument.
</para>
<para>
&return.success;