CakeFest 2024: The Official CakePHP Conference

Swoole\Http\Response::write

(PECL swoole >= 1.9.0)

Swoole\Http\Response::writeДобавляет содержимое тела HTTP в HTTP-ответ

Описание

public Swoole\Http\Response::write(string $content): void

Добавляет содержимое тела HTTP в HTTP-ответ.

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

content

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

add a note

User Contributed Notes

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