array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'zh', ), '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); ?>
(PHP 7 >= 7.2.18, PHP 8)
litespeed_finish_request — Flushes all response data to the client
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.
此函数没有参数。
| 版本 | 说明 |
|---|---|
| 7.2.18 | This function became available. |