|
pcntl_signal_dispatchCalls signal handlers for pending signals Description
bool pcntl_signal_dispatch()
The pcntl_signal_dispatch function calls the signal handlers installed by pcntl_signal for each pending signal. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 pcntl_signal_dispatch example
The above example will output something similar to: Installing signal handler... Generating signal SIGHUP to self... Dispatching... signal handler called Done See Also
|