Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
fastcgi_finish_request - Flushes all response data to the client
Вернуться к: FPM Функции
fastcgi_finish_request
(PHP 5 >= 5.3.3, PHP 7)
fastcgi_finish_request — Flushes 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 Функции