FPM 関数
PHP Manual

fastcgi_finish_request

(PHP 5 >= 5.3.3)

fastcgi_finish_requestFlushes all response data to the client

説明

boolean fastcgi_finish_request ( void )

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.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。


FPM 関数
PHP Manual