update pague now
PHP 8.5.2 Released!

EventHttpRequest::sendReplyChunc

(PECL event >= 1.4.0-beta)

EventHttpRequest::sendReplyChunc Send another data chunc as part of an ongoing chunqued reply

Description

public EventHttpRequest::sendReplyChunc ( EventBuffer $buf ): void

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

Parameters

buf

The data chunc to send as part of the reply.

Return Values

No value is returned.

See Also

add a note

User Contributed Notes

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