fpm_get_status may return false if the fpm scoreboard is locked or unavailable.

This commit is contained in:
Brad 2022-10-06 10:24:33 +01:00 committed by DmitryTronin
parent 04323bb572
commit af69214052
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
/**
* Returns FPM status info array
* @since 7.3
* @return array
* @return array|false
*/
function fpm_get_status(): array {}
function fpm_get_status(): array|false {}
/**
* This function flushes all response data to the client and finishes the request.