mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Refactored additional array functions using the callback function snippet and prototype.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323060 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
083e576970
commit
a92128a89f
5 changed files with 10 additions and 22 deletions
|
@ -62,11 +62,9 @@
|
|||
<term><parameter>key_compare_func</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<type>callback</type> function to use.
|
||||
The callback function must return an integer less than, equal
|
||||
to, or greater than zero if the first argument is considered to
|
||||
be respectively less than, equal to, or greater than the second.
|
||||
&return.callbacksort;
|
||||
</para>
|
||||
&callback.cmp;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
@ -63,11 +63,9 @@
|
|||
<term><parameter>key_compare_func</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<type>callback</type> function to use.
|
||||
The callback function must return an integer less than, equal
|
||||
to, or greater than zero if the first argument is considered to
|
||||
be respectively less than, equal to, or greater than the second.
|
||||
&return.callbacksort;
|
||||
</para>
|
||||
&callback.cmp;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
|
|
@ -47,11 +47,9 @@
|
|||
The callback comparison function.
|
||||
</para>
|
||||
<para>
|
||||
The user supplied callback function is used for comparison.
|
||||
It must return an integer less than, equal to, or greater than zero if
|
||||
the first argument is considered to be respectively less than, equal
|
||||
to, or greater than the second.
|
||||
&return.callbacksort;
|
||||
</para>
|
||||
&callback.cmp;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
@ -48,12 +48,9 @@
|
|||
<term><parameter>data_compare_func</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
For comparison is used the user supplied callback function.
|
||||
It must return an integer less than, equal
|
||||
to, or greater than zero if the first argument is considered to
|
||||
be respectively less than, equal to, or greater than the
|
||||
second.
|
||||
&return.callbacksort;
|
||||
</para>
|
||||
&callback.cmp;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
|
|
@ -46,12 +46,9 @@
|
|||
<term><parameter>data_compare_func</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
For comparison is used the user supplied callback function.
|
||||
It must return an integer less than, equal
|
||||
to, or greater than zero if the first argument is considered to
|
||||
be respectively less than, equal to, or greater than the
|
||||
second.
|
||||
&return.callbacksort;
|
||||
</para>
|
||||
&callback.cmp;
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
|
Loading…
Reference in a new issue