Functions signature

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@304345 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-10-12 10:04:37 +00:00
parent fdf3cdd6fe
commit 2ca450dae0

View file

@ -75,6 +75,7 @@
<listitem>
<para>
Callback function called for each row of the result set.
Function parameters are <literal>&amp;$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>&amp;$context</literal> and the function
should return the final result of aggregation.
</para>
</listitem>
</varlistentry>