©
이 문서에서는 PHP 중국어 웹사이트 매뉴얼 풀어 주다
(PECL event >= 1.6.0)
EventBuffer::appendFrom — Moves the specified number of bytes from a source buffer to the end of the current buffer
$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.
buf
Source buffer.
len
Returns the number of bytes read.
版本 | 说明 |
---|---|
1.6.0 | Renamed EventBuffer::appendFrom() (the old method name) to EventBuffer::appendFrom() . |