|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
Public 成员函数 | |
| send (mixed $value) | |
| through (array $middlewares) | |
| then (callable $callback) | |
| send | ( | mixed | $value | ) |
向管道发送数据
| mixed | $value | 数据 |
| then | ( | callable | $callback | ) |
接下来要调用的内容
| callable | $callback | 然后调用一个什么东西 |
| InvalidArgumentException |
| through | ( | array | $middlewares | ) |
指定要过的中间件列表
| array | $middlewares | 要过的中间件(或者叫兼容管道的中间件也行)列表 |