Swoole\Buffer::read

Read data from the memory buffer based on offset and length.

説明

public string Swoole\Buffer::read(int $offset, int $length)

パラメータ

offset

The offset.

length

The length.

戻り値

The data readed from the memory buffer.