Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 361 Bytes

16.19.14 - Coroutine::call_user_func_array.md

File metadata and controls

16 lines (12 loc) · 361 Bytes

Coroutine::call_user_func_array

此方法在3.0或更高版本中已移除

协程版反射调用函数

mixd \Swoole\Coroutine::call_user_func_array(callable $callback , array $param_array)

参数

  • callback: 调用函数
  • param_array: 参数数组
\Swoole\Coroutine::call_user_func_array([$controller, $action], $params)