|
EventBuffer::appendFromMoves the specified number of bytes from a source buffer to the end of the current buffer 説明
public
int EventBuffer::appendFrom(
EventBuffer
$buf
,
int
$len
)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. パラメータ
戻り値Returns the number of bytes read. 変更履歴
参考
|