posix_kill
composer/composer
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Send a signal to a process
<?php posix_kill
(
int $process_id
,
int $signal
):
bool