pcntl_setpriority
laravel/framework
Supported Versions: PHP 5, PHP 7, PHP 8
Change the priority of any process
<?php pcntl_setpriority
(
int $priority
, ?
int $process_id
=
null
,
int $mode
=
PRIO_PROCESS
):
bool