Event EventBufferEvent::writeBuffer

(PECL event >= 1.2.6-beta)

EventBufferEvent::writeBuffer — 버퍼 이벤트의 출력 버퍼에 전체 버퍼의 내용을 추가합니다.


설명

public EventBufferEvent::writeBuffer(EventBuffer $buf): bool

버퍼 이벤트의 출력 버퍼에 전체 버퍼의 내용을 추가합니다.


매개변수

buf
소스 EventBuffer 개체입니다.

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타