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
| Version | Description |
|---|---|
| 7.2.18 | This function became available. |