Swoole\Buffer::read

(PECL swoole >= 1.9.0)

Swoole\Buffer::read基于偏移量和长度从内存缓冲区读取数据。

说明

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

参数

offset

偏移量。

length

长度。

返回值

从内存缓冲区读取的数据。

添加注释

用户贡献的注释

此页面没有用户贡献的注释。
To Top