pcntl_signal
spatie/fork
Supported Versions: PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8
Installs a signal handler
<?php pcntl_signal
(
int $signal
, callable|
int $handler
,
bool $restart_syscalls
=
true
):
bool