Date: 08/08/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions pspell.xml"
- Previous message: Stig Venaas: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Next in thread: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
danbeck Tue Aug 8 12:29:07 2000 EDT
Modified files:
/phpdoc/en/functions array.xml
Log:
Small changes to the usort functions. "See also:" was re-organized on all three of them and a note about example user-defined functions was added to uasort.
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.18 phpdoc/en/functions/array.xml:1.19
--- phpdoc/en/functions/array.xml:1.18 Tue Aug 8 11:59:22 2000
+++ phpdoc/en/functions/array.xml Tue Aug 8 12:29:07 2000
@@ -2189,6 +2189,19 @@
the actual element order is significant. The comparison function
is user-defined.
</para>
+ <note>
+ <para>
+ Please see <function>usort</function> and
+ <function>uksort</function> for examples of user-defined
+ comparison functions.
+ </para>
+ </note>
+ <para>
+ See also: <function>usort</function>, <function>uksort</function>,
+ <function>sort</function>, <function>asort</function>,
+ <function>arsort</function>, <function>ksort</function>
+ and <function>rsort</function>.
+ </para>
</refsect1>
</refentry>
@@ -2244,10 +2257,10 @@
</informalexample>
</para>
<para>
- See also: <function>arsort</function>,
- <function>asort</function>, <function>uasort</function>,
- <function>ksort</function>, <function>rsort</function>, and
- <function>sort</function>.
+ See also: <function>usort</function>, <function>uasort</function>,
+ <function>sort</function>, <function>asort</function>,
+ <function>arsort</function>, <function>ksort</function> and
+ <function>rsort</function>.
</para>
</refsect1>
</refentry>
@@ -2327,9 +2340,10 @@
</warning>
</para>
<para>
- See also: <function>arsort</function>,
- <function>asort</function>, <function>ksort</function>,
- <function>rsort</function>, and <function>sort</function>.
+ See also: <function>uasort</function>, <function>uksort</function>,
+ <function>sort</function>, <function>asort</function>,
+ <function>arsort</function>, <function>ksort</function> and
+ <function>rsort</function>.
</para>
</refsect1>
</refentry>
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions pspell.xml"
- Previous message: Stig Venaas: "[PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Next in thread: Andrei Zmievski: "Re: [PHP-DOC] cvs: phpdoc /en/functions array.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

