litespeed_finish_request

Flushes all response data to the client

Description

bool litespeed_finish_request()

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

This function has no parameters.

Return Values

Returns true on success or false on failure.

Changelog

Version Description
7.2.18 This function became available.

See Also

  • fastcgi_finish_request