PHP 8.1.28 Released!

Swoole\Http\Response::end

(PECL swoole >= 1.9.0)

Swoole\Http\Response::endОтправляет данные HTTP-запроса и завершает ответ

Описание

public Swoole\Http\Response::end(string $content = ?): void

Список параметров

content

Возвращаемые значения

add a note

User Contributed Notes

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