array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'function.litespeed-finish-request.php', 1 => 'litespeed_finish_request', 2 => 'Flushes all response data to the client', ), 'up' => array ( 0 => 'ref.litespeed.php', 1 => 'LiteSpeed Функції', ), 'prev' => array ( 0 => 'ref.litespeed.php', 1 => 'LiteSpeed Функції', ), 'next' => array ( 0 => 'function.litespeed-request-headers.php', 1 => 'litespeed_request_headers', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/litespeed/functions/litespeed-finish-request.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

litespeed_finish_request

(PHP 7 >= 7.2.18, PHP 8)

litespeed_finish_requestFlushes all response data to the client

Опис

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.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Журнал змін

Версія Опис
7.2.18 This function became available.

Прогляньте також