(PHP 7 >= 7.2.18, PHP 8)
litespeed_finish_request — Flushes all response data to the client
This function flushes all response data to the client and finishes the request. This allows for time consuming tasks to be performed without leaving the connection to the client open.
Сигнатура функции не содержит параметров.
Функция возвращает true, если выполнилась успешно, или false, если возникла ошибка.
| Версия | Описание |
|---|---|
| 7.2.18 | This function became available. |