Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18194 программиста и 1712 роботов. Сейчас ищут 1349 программистов ...
EventBuffer::add - Append data to the end of an event buffer
Вернуться к: EventBuffer
EventBuffer::add
(PECL event >= 1.2.6-beta)
EventBuffer::add — Append data to the end of an event buffer
Описание
public
bool
EventBuffer::add
(
string
$data
)Append data to the end of an event buffer.
Список параметров
-
data
-
String to be appended to the end of the buffer.
Возвращаемые значения
Returns TRUE
on success. Otherwise FALSE
.
Смотрите также
- EventBuffer::addBuffer() - Move all data from a buffer provided to the current instance of EventBuffer
Вернуться к: EventBuffer