pcntl_setpriority(PHP 5) pcntl_setpriority — Change the priority of any process Описание
bool pcntl_setpriority
( int $priority
[, int $pid = getmypid()
[, int $process_identifier = PRIO_PROCESS
]] )
pcntl_setpriority() sets the priority of pid. Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. |
||