Added documentation

This commit is contained in:
Michael 2017-01-27 15:13:37 +00:00
parent 422be7e212
commit 64d06b98b2
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ function poller_execute($queue) {
* *
* @param array $queue Workerqueue entry * @param array $queue Workerqueue entry
* @param string $funcname name of the function * @param string $funcname name of the function
* @param array $argv Array of values to be passed to the function
*/ */
function poller_exec_function($queue, $funcname, $argv) { function poller_exec_function($queue, $funcname, $argv) {