PHP 8.6.0 Beta 3 is available for testing

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Descrizione

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

Resize the Pool

Elenco dei parametri

size

The maximum number of Workers this Pool can create

Valori restituiti

Nessun valore viene restituito.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top