fastcgi_finish_request

(PHP 5 >= 5.3.3, PHP 7)

fastcgi_finish_requestFlushes all response data to the client

Descrierea

fastcgi_finish_request ( void ) : 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.

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.