SignalRegistry
in package
Table of Contents
- $signalHandlers : mixed
- __construct() : mixed
- isSupported() : bool
- register() : void
Properties
$signalHandlers
private
mixed
$signalHandlers
= []
Methods
__construct()
public
__construct() : mixed
Return values
mixed —isSupported()
public
static isSupported() : bool
Return values
bool —register()
public
register(int $signal, callable $signalHandler) : void
Parameters
- $signal : int
- $signalHandler : callable