Swoole\Server::on
(PECL swoole >= 1.9.0)
Swoole\Server::on — Register a callback function by event name.
说明
public Swoole\Server::on
(
string $event_name
,
callable $callback
) :
void
User Contributed Notes
There are no user contributed notes for this page.