EventHttpRequest::sendReplyChunk

(PECL event >= 1.4.0-beta)

EventHttpRequest::sendReplyChunkSend another data chunk as part of an ongoing chunked reply

설명

public void EventHttpRequest::sendReplyChunk ( EventBuffer $buf )

Send another data chunk as part of an ongoing chunked reply. After calling this method buf will be empty.

인수

buf

The data chunk to send as part of the reply.

반환값

값을 반환하지 않습니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top