GoLang EventBuffer::appendFrom

request it (340)
GoLang replacement for PHP's EventBuffer::appendFrom [edit | history]



Do you know a GoLang replacement for PHP's EventBuffer::appendFrom? Write it!

PHP EventBuffer::appendFrom

PHP original manual for EventBuffer::appendFrom [ show | php.net ]

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

Description

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

Return Values

Returns the number of bytes read.

Changelog

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

See Also