diff --git a/reference/pcntl/functions/pcntl-signal.xml b/reference/pcntl/functions/pcntl-signal.xml index 7f5bf1302b..37f78426e2 100644 --- a/reference/pcntl/functions/pcntl-signal.xml +++ b/reference/pcntl/functions/pcntl-signal.xml @@ -16,7 +16,7 @@ The pcntl_signal function installs a new - signal handler for the signal indicated by signo. + signal handler or replaces the current signal handler for the signal indicated by signo. @@ -168,6 +168,15 @@ echo "Done\n"; + + + + + +&reftitle.notes; +pcntl_signal doesn't stack the signal handlers, but replaces them. + + &reftitle.seealso; @@ -178,6 +187,8 @@ echo "Done\n"; + +