update page now

litespeed_finish_request

(PHP 7 >= 7.2.18, PHP 8)

litespeed_finish_requestFlushes all response data to the client

Beschreibung

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.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Gibt bei Erfolg true zurück. Bei einem Fehler wird false zurückgegeben.

Changelog

Version Beschreibung
7.2.18 This function became available.

Siehe auch

add a note

User Contributed Notes

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