SignalHandlerInterface
interface SignalHandlerInterface
Constants
| WORKER |
|
| PROCESS |
|
Methods
array
listen()
Get the signals this handler listens for.
void
handle(int $signal)
Handle the received signal.
Details
at line 18
array
listen()
Get the signals this handler listens for.
at line 23
void
handle(int $signal)
Handle the received signal.