|
EventBuffer::pullupLinearizes data within buffer and returns it's contents as a string Description
public
string EventBuffer::pullup(
int
$size
)
"Linearizes" the first
Warning
Calling EventBuffer::pullup with a large size can be quite slow, since it potentially needs to copy the entire buffer's contents. Parameters
Return Values
If
See Also
|