Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16141 программист и 1772 робота. Сейчас ищут 1917 программистов ...
EventHttpRequest::sendReply - Send an HTML reply to the client
Вернуться к: EventHttpRequest
EventHttpRequest::sendReply
(PECL event >= 1.4.0-beta)
EventHttpRequest::sendReply — Send an HTML reply to the client
Описание
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.
Возвращаемые значения
Эта функция не возвращает значения после выполнения.
Смотрите также
- EventHttpRequest::sendError() - Send an HTML error message to the client
- EventHttpRequest::sendReplyChunk() - Send another data chunk as part of an ongoing chunked reply
Вернуться к: EventHttpRequest