Coroutine::call_user_func
最后更新于:2022-04-02 06:42:54
# Coroutine::call\_user\_func
> 此方法在`3.0`或更高版本中已移除
协程版反射调用函数
~~~
mixed Swoole\Coroutine::call_user_func ( callable $callback [, mixed $parameter [, mixed $... ]] )
~~~
**参数**:
* `callback`: 调用函数
* `parameter`: 参数列表
';