mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
sort() flags correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29922 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1c0c3f3d0a
commit
90a8ec582e
1 changed files with 0 additions and 11 deletions
|
@ -2132,17 +2132,6 @@ fruits[3] = orange
|
|||
The optional second parameter <parameter>sort_flags</parameter>
|
||||
may be used to modify the sorting behavior using theese valies:
|
||||
</para>
|
||||
<para>
|
||||
Sorting order flags:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>SORT_ASC - sort in ascending order</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>SORT_DESC - sort in descending order</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
Sorting type flags:
|
||||
<itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue