EventHttpRequest::sendReply

(PECL event >= 1.4.0-beta)

EventHttpRequest::sendReplySend an HTML reply to the client

说明

public EventHttpRequest::sendReply ( int $code , string $reason , EventBuffer $buf = ? ) : void

Send an HTML reply to the client. The body of the reply consists of data in optional buf parameter.

参数

code

The HTTP response code to send.

reason

A brief message to send with the response code.

buf

The body of the response.

返回值

没有返回值。

参见

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有