PHP » GoLang |
login |
register |
about
|
pcntl_signal(PHP 4 >= 4.1.0, PHP 5, PHP 7) pcntl_signal — Installs a signal handler Description
bool pcntl_signal
( int
$signo
, callable|int $handler
[, bool $restart_syscalls = TRUE
] )
The pcntl_signal() function installs a new
signal handler or replaces the current signal handler for the signal indicated by Parameters
Return Values
Returns Changelog
Examples
Example #1 pcntl_signal() example
<?php Notespcntl_signal() doesn't stack the signal handlers, but replaces them. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|