PHP.nl

fastcgi_finish_request

fastcgi_finish_request

Flushes all response data to the client

bool **fastcgi_finish_request**

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.

return.success