(PHP 4, PHP 5, PHP 7, PHP 8)
posix_kill — Send a signal to a process
posix_kill(int $process_id, int $signal): bool
Send the signal signal to the process with the process identifier process_id.
process_idThe process identifier.
signalOne of the PCNTL signals constants.
© 1997–2025 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/function.posix-kill.php