|
EventBuffer::pullupLinearizes data within buffer and returns it's contents as a string Beschreibung
public
string
EventBuffer::pullup
(
int
$size
)
"Linearizes" the first
Warnung
Calling EventBuffer::pullup with a large size can be quite slow, since it potentially needs to copy the entire buffer's contents. Parameter-Liste
Rückgabewerte
If
Siehe auch
|