EventBuffer::appendFrom

(PECL event >= 1.6.0)
Moves 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.

Parameters:
buf

Source buffer.

len

Source buffer.

Returns:

Returns the number of bytes read.

Changelog:
1.6.0

Renamed EventBuffer::appendFrom()(the old method name) to EventBuffer::appendFrom().

See also:

EventBuffer::copyout() -

EventBuffer::drain() -

EventBuffer::pullup() -

EventBuffer::readLine() -

EventBuffer::read() -

doc_php
2016-02-24 16:08:14
Comments
Leave a Comment

Please login to continue.