PHP 8.1.28 Released!

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Açıklama

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

Resize the Pool

Bağımsız Değişkenler

size

The maximum number of Workers this Pool can create

Dönen Değerler

Hiçbir değer dönmez.

add a note

User Contributed Notes

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