array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'eventbufferevent.readbuffer.php', 1 => 'EventBufferEvent::readBuffer', 2 => 'Drains the entire contents of the input buffer and places them into buf', ), 'up' => array ( 0 => 'class.eventbufferevent.php', 1 => 'EventBufferEvent', ), 'prev' => array ( 0 => 'eventbufferevent.read.php', 1 => 'EventBufferEvent::read', ), 'next' => array ( 0 => 'eventbufferevent.setcallbacks.php', 1 => 'EventBufferEvent::setCallbacks', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbufferevent/readbuffer.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventBufferEvent::readBuffer

(PECL event >= 1.2.6-beta)

EventBufferEvent::readBufferDrains the entire contents of the input buffer and places them into buf

Açıklama

public EventBufferEvent::readBuffer( EventBuffer $buf ): bool

Drains the entire contents of the input buffer and places them into buf.

Bağımsız Değişkenler

buf

Target buffer

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız