php8.5
Home/ Manual/ litespeed / functions/ litespeed_finish_request

litespeed_finish_request

PHP function Edit on GitHub ✎

(PHP 7 >= 7.2.18, PHP 8)

Flushes all response data to the client

Description

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.

Parameters Parameters

Return Values

Success

Changelog

VersionDescription
7.2.18This function became available.

See Also

Source: reference/litespeed/functions/litespeed-finish-request.xml · from the official PHP manual (php/doc-en)