litespeed_finish_request

(PHP 7 >= 7.2.18, PHP 8)

litespeed_finish_requestFlushes all response data to the client

説明

function litespeed_finish_request(): bool

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.

参考

add a note

User Contributed Notes

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