Swoole\Buffer::read

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Descrierea

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

Parametri

offset

The offset.

length

The length.

Valorile întoarse

The data readed from the memory buffer.