update : 2015.11.03
php.shukuma.com

검색:
 
 
Moves all data from source buffer to the front of current buffer

EventBuffer::prependBuffer

(PECL event >= 1.2.6-beta)

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

설명

public bool EventBuffer::prependBuffer ( EventBuffer $buf )

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

인수

buf

Source buffer.

반환값

Returns TRUE on success. Otherwise FALSE.

참고