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:
Justin Martin 2012-02-04 21:01:14 +00:00
parent 083e576970
commit a92128a89f
5 changed files with 10 additions and 22 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>