update page now

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.

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top