Moves the specified number of bytes from a source buffer to the end of the current buffer

EventBuffer::appendFrom

(PECL event >= 1.6.0)

EventBuffer::appendFromMoves the specified number of bytes from a source buffer to the end of the current buffer

說明

public EventBuffer::appendFrom( EventBuffer $buf , int $len ): int

Moves the specified number of bytes from a source buffer to the end of the current buffer. If there are fewer number of bytes, it moves all the bytes available from the source buffer.

參數

buf

Source buffer.

len

返回值

Returns the number of bytes read.

更新日誌

版本 說明
PECL event 1.6.0 Renamed EventBuffer::appendFrom()(the old method name) to EventBuffer::appendFrom().

參見

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *