GoLang Swoole\MySQL::on

request it (240)
GoLang replacement for PHP's Swoole\MySQL::on [edit | history]



Do you know a GoLang replacement for PHP's Swoole\MySQL::on? Write it!

PHP Swoole\MySQL::on

PHP original manual for Swoole\MySQL::on [ show | php.net ]

Swoole\MySQL::on

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\MySQL::onRegister callback function based on event name.

Description

public void Swoole\MySQL::on ( string $event_name , callable $callback )

Register callback function based on event name, current only 'close' event is supported.

Parameters

event_name

callback

Return Values