array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'en', ), 'this' => array ( 0 => 'function.fastcgi-finish-request.php', 1 => 'fastcgi_finish_request', 2 => 'Flushes all response data to the client', ), 'up' => array ( 0 => 'ref.fpm.php', 1 => 'FPM Functions', ), 'prev' => array ( 0 => 'ref.fpm.php', 1 => 'FPM Functions', ), 'next' => array ( 0 => 'function.fpm-get-status.php', 1 => 'fpm_get_status', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fpm/functions/fastcgi-finish-request.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.3.3, PHP 7, PHP 8)
fastcgi_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.
This function has no parameters.