update : 2015.11.03
php.shukuma.com

검색:
 
 
Flushes all response data to the client

fastcgi_finish_request

(PHP 5 >= 5.3.3, PHP 7)

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를 반환합니다.