|
EventBuffer::pullupLinearizes data within buffer and returns it's contents as a string 説明
public
string EventBuffer::pullup(
int
$size
)
"Linearizes" the first
警告
Calling EventBuffer::pullup with a large size can be quite slow, since it potentially needs to copy the entire buffer's contents. パラメータ
戻り値
If
参考
|