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