update : 2015.11.03
php.shukuma.com

검색:
 
 
Send another data chunk as part of an ongoing chunked reply

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.

반환값

값을 반환하지 않습니다.

참고