Swoole\Buffer::read

(PECL swoole >= 1.9.0)

Swoole\Buffer::readRead data from the memory buffer based on offset and length.

Açıklama

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

Bağımsız Değişkenler

offset

The offset.

length

The length.

Dönen Değerler

The data readed from the memory buffer.

To Top