update : 2015.11.03
php.shukuma.com검색:
|
EventBuffer::copyout(PECL event >= 1.2.6-beta) EventBuffer::copyout — Copies out specified number of bytes from the front of the buffer 설명
public
int
EventBuffer::copyout
(
string
&$data
,
int
$max_bytes
)
Behaves just like
EventBuffer::read()
, but does not drain any data from the buffer. I.e. it copies the first
인수
반환값
Returns the number of bytes copied, or
참고
|