array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'eventbuffer.read.php', 1 => 'EventBuffer::read', 2 => 'Read data from an evbuffer and drain the bytes read', ), 'up' => array ( 0 => 'class.eventbuffer.php', 1 => 'EventBuffer', ), 'prev' => array ( 0 => 'eventbuffer.pullup.php', 1 => 'EventBuffer::pullup', ), 'next' => array ( 0 => 'eventbuffer.readfrom.php', 1 => 'EventBuffer::readFrom', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbuffer/read.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventBuffer::read

(PECL event >= 1.6.0)

EventBuffer::readRead data from an evbuffer and drain the bytes read

Açıklama

public EventBuffer::read( int $max_bytes ): string

Read the first max_bytes from the buffer and drain the bytes read. If more max_bytes are requested than are available in the buffer, it only extracts as many bytes as available.

Bağımsız Değişkenler

max_bytes

Maxmimum number of bytes to read from the buffer.

Dönen Değerler

Returns string read, or false on failure.

Sürüm Bilgisi

Sürüm: Açıklama
PECL event 1.6.0 Renamed EventBuffer::read()(the old method name) to EventBuffer::read(). EventBuffer::read() now takes only max_bytes argument; returns string instead of integer.

Ayrıca Bakınız