array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), 'this' => array ( 0 => 'eventbuffer.prependbuffer.php', 1 => 'EventBuffer::prependBuffer', 2 => 'Moves all data from source buffer to the front of current buffer', ), 'up' => array ( 0 => 'class.eventbuffer.php', 1 => 'EventBuffer', ), 'prev' => array ( 0 => 'eventbuffer.prepend.php', 1 => 'EventBuffer::prepend', ), 'next' => array ( 0 => 'eventbuffer.pullup.php', 1 => 'EventBuffer::pullup', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/event/eventbuffer/prependbuffer.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

EventBuffer::prependBuffer

(PECL event >= 1.2.6-beta)

EventBuffer::prependBufferMoves all data from source buffer to the front of current buffer

说明

public EventBuffer::prependBuffer( EventBuffer $buf ): bool

Behaves as EventBuffer::addBuffer(), except that it moves data to the front of the buffer.

参数

buf

Source buffer.

返回值

成功时返回 true, 或者在失败时返回 false

参见