EventBuffer::pullup
EventBuffer::pullup
(PECL event >= 1.2.6-beta)
EventBuffer::pullup — Linearizes data within buffer and returns it's contents as a string
Description
public string EventBuffer::pullup ( int $size )
"Linearizes" the first size
bytes of the buffer, copying or moving them as needed to ensure that they are all contiguous and occupying the same chunk of memory. If size is negative, the function linearizes the entire buffer.
Warning
Calling EventBuffer::pullup() with a larg