update : 2015.11.03
php.shukuma.com검색:
|
EventBuffer::pullup(PECL event >= 1.2.6-beta) EventBuffer::pullup — Linearizes data within buffer and returns it's contents as a string 설명
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. 인수
반환값
If
참고
|