class CloseCallback

Methods

__construct(Dispatcher $dispatcher)

No description

void
onClose(Server $server, int $fd, int $reactorId)

Handle the close event.

Details

at line 13
__construct(Dispatcher $dispatcher)

No description

Parameters

Dispatcher $dispatcher

at line 20
void onClose(Server $server, int $fd, int $reactorId)

Handle the close event.

Parameters

Server $server
int $fd
int $reactorId

Return Value

void