update : 2015.11.03
php.shukuma.com검색:
|
EventBuffer::drain(PECL event >= 1.2.6-beta) EventBuffer::drain — Removes specified number of bytes from the front of the buffer without copying it anywhere 설명
public
bool
EventBuffer::drain
(
int
$len
)Behaves as EventBuffer::read() , except that it does not copy the data: it just removes it from the front of the buffer. 인수
반환값
Returns 참고
|