mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
8c9fe5f17d
commit
565be1cc1a
1 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue