CakeFest 2024: The Official CakePHP Conference

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().

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top