EventBuffer::add
PHP function
Edit on GitHub ✎
(PECL event >= 1.2.6-beta)
Append data to the end of an event buffer
Description
EventBuffer::add(string $data): bool
Append data to the end of an event buffer.
Parameters
dataString to be appended to the end of the buffer.
Return Values
Success
See Also
EventBuffer::addBuffer