Swoole\Buffer::read
(PECL swoole >= 1.9.0)
Swoole\Buffer::read — Read data from the memory buffer based on offset and length.
Description
$offset
, int $length
): string
Parameters
-
offset
-
The offset.
-
length
-
The length.
Return Values
The data readed from the memory buffer.