EventBuffer::appendFrom
PHP function
Edit on GitHub ✎
(PECL event >= 1.6.0)
Moves the specified number of bytes from a source buffer to the end of the current buffer
Description
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.
Parameters
bufSource buffer.
len
Return Values
Returns the number of bytes read.
Changelog
| Version | Description |
|---|---|
| PECL event 1.6.0 | Renamed EventBuffer::appendFrom(the old method name) to EventBuffer::appendFrom. |
See Also
EventBuffer::copyoutEventBuffer::drainEventBuffer::pullupEventBuffer::readLineEventBuffer::read