Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 175158 программистов и 1835 роботов. Сейчас ищут 998 программистов ...
EventBuffer::prependBuffer - Moves all data from source buffer to the front of current buffer
Вернуться к: EventBuffer
EventBuffer::prependBuffer
(PECL event >= 1.2.6-beta)
EventBuffer::prependBuffer — Moves all data from source buffer to the front of current buffer
Описание
Behaves as EventBuffer::addBuffer() , except that it moves data to the front of the buffer.
Список параметров
-
buf -
Source buffer.
Возвращаемые значения
Returns TRUE on success. Otherwise FALSE.
Смотрите также
- EventBuffer::add() - Append data to the end of an event buffer
- EventBuffer::addBuffer() - Move all data from a buffer provided to the current instance of EventBuffer
- EventBuffer::prepend() - Prepend data to the front of the buffer
Вернуться к: EventBuffer