Swoole\Buffer::expand

(PECL swoole >= 1.9.0)

Swoole\Buffer::expandAmplía el tamaño del búfer de memoria.

Descripción

public Swoole\Buffer::expand(int $size): int

Parámetros

size

El nuevo tamaño del búfer de memoria.

Valores devueltos

El nuevo tamaño del búfer de memoria.

add a note

User Contributed Notes

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