PHP » GoLang |
login |
register |
about
|
GoLang pcntl_signal_dispatch
request it (273)
GoLang replacement for PHP's pcntl_signal_dispatch
[edit | history]
pcntl_signal_dispatch(PHP 5 >= 5.3.0, PHP 7) pcntl_signal_dispatch — Calls 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
|
more
Recently updated
more
Most requested
more
Last requests
|