Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16138 программистов и 1779 роботов. Сейчас ищут 1559 программистов ...
EventBuffer::prepend - Prepend data to the front of the buffer
Вернуться к: EventBuffer
EventBuffer::prepend
(PECL event >= 1.2.6-beta)
EventBuffer::prepend — Prepend data to the front of the buffer
Описание
public
bool
EventBuffer::prepend
(
string
$data
)Prepend data to the front of the buffer.
Список параметров
-
data
-
String to be prepended to the front of the buffer.
Возвращаемые значения
Returns TRUE
on success. Otherwise FALSE
.
Смотрите также
- EventBuffer::prependBuffer() - Moves all data from source buffer to the front of current buffer
- 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