Pool::resize
PHP Manual
PHP Manual»Pool»Pool::resize

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Опис

public function Pool::resize(int $size): void

Resize the Pool

Параметри

size
The maximum number of Workers this Pool can create

Значення, що повертаються

Не повертає значень.

To Top