Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18195 программистов и 1710 роботов. Сейчас ищут 733 программиста ...
EventBuffer::appendFrom - Ошибка
Вернуться к: EventBuffer
EventBuffer::appendFrom
(PECL event >= 1.6.0)
EventBuffer::appendFrom — Moves the specified number of bytes from a source buffer to the end of the current buffer
Описание
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(). |
Смотрите также
- EventBuffer::copyout() - Copies out specified number of bytes from the front of the buffer
- EventBuffer::drain() - Removes specified number of bytes from the front of the buffer without copying it anywhere
- EventBuffer::pullup() - Linearizes data within buffer and returns it's contents as a string
- EventBuffer::readLine() - Extracts a line from the front of the buffer
- EventBuffer::read() - Read data from an evbuffer and drain the bytes read
Вернуться к: EventBuffer