PHP - Manual: Swoole\Buffer::read
2024-11-13
(PECL swoole >= 1.9.0)
Swoole\Buffer::read — Read data from the memory buffer based on offset and length.
$offset
, int $length
): string
offset
The offset.
length
The length.
The data readed from the memory buffer.