PHP 8.4.6 Released!

Pool::resize

(PECL pthreads >= 2.0.0)

Pool::resizeResize the Pool

Description

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

Resize the Pool

Parameters

size

The maximum number of Workers this Pool can create

Return Values

No value is returned.

User Contributed Notes

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