class ProcessStopHandler implements SignalHandlerInterface

Methods

array
listen()

Get the signals this handler listens for.

void
handle(int $signal)

Handle the received signal.

Details

at line 15
array listen()

Get the signals this handler listens for.

Return Value

array

Array of [process type, signal] pairs

at line 25
void handle(int $signal)

Handle the received signal.

Parameters

int $signal

Return Value

void