php8.5
Home/ Manual/ fpm / functions/ fastcgi_finish_request

fastcgi_finish_request

PHP function Edit on GitHub ✎

(PHP 5 >= 5.3.3, PHP 7, PHP 8)

Flushes all response data to the client

Description

fastcgi_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.

Parameters Parameters

Return Values

Success

Source: reference/fpm/functions/fastcgi-finish-request.xml · from the official PHP manual (php/doc-en)