mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Functions signature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fdf3cdd6fe
commit
2ca450dae0
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,7 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Callback function called for each row of the result set.
|
||||
Function parameters are <literal>&$context, $value, ...</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -83,6 +84,8 @@
|
|||
<listitem>
|
||||
<para>
|
||||
Callback function to aggregate the "stepped" data from each row.
|
||||
Function parameter is <literal>&$context</literal> and the function
|
||||
should return the final result of aggregation.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue