litespeed_finish_request

(PHP 7 >= 7.2.18, PHP 8)

litespeed_finish_requestFlushes all response data to the client

Descripción

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.

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Esta función retorna true en caso de éxito o false si ocurre un error.

Historial de cambios

Versión Descripción
7.2.18 This function became available.

Ver también

add a note

User Contributed Notes

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