Swoole\Buffer::__construct

(PECL swoole >= 1.9.0)

Swoole\Buffer::__constructFixed size memory blocks allocation.

Descripción

publicSwoole\Buffer::__construct(int$size = ?)

Parámetros

size

The size of the memory to allocate.

To Top