Add return types and usage description for PDO::sqliteCreateAggregate() callbacks

-- 
Provided by anonymous 47653 (klapinklapin@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334715 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright 2014-09-01 22:44:12 +00:00
parent 8c9fe5f17d
commit 565be1cc1a

View file

@ -53,7 +53,7 @@
<para>
This function need to be defined as:
<methodsynopsis>
<methodname><replaceable>step</replaceable></methodname>
<type>mixed</type><methodname><replaceable>step</replaceable></methodname>
<methodparam><type>mixed</type><parameter>context</parameter></methodparam>
<methodparam><type>int</type><parameter>rownumber</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
@ -70,6 +70,11 @@
<para>
<varname>rownumber</varname> will hold the current row number.
</para>
<para>
The return value of this function will be used as the
<parameter>context</parameter> argument in the next call of the step or
finalize functions.
</para>
</listitem>
</varlistentry>
<varlistentry>
@ -86,7 +91,7 @@
<para>
This function need to be defined as:
<methodsynopsis>
<methodname><replaceable>fini</replaceable></methodname>
<type>mixed</type><methodname><replaceable>fini</replaceable></methodname>
<methodparam><type>mixed</type><parameter>context</parameter></methodparam>
<methodparam><type>int</type><parameter>rownumber</parameter></methodparam>
</methodsynopsis>