(PHP 5 >= 5.3.3)
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.
成功した場合に TRUE
を、失敗した場合に FALSE
を返します。