Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
vendor
/
jetbrains
/
phpstorm-stubs
/
fpm
/
Editing: fpm.php
<?php /** * Returns FPM status info array * @since 7.3 * @return array */ function fpm_get_status(): array {} /** * 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. * @return bool Returns TRUE on success or FALSE on failure. * @link https://php.net/manual/en/install.fpm.php * @since 5.3.3 */ function fastcgi_finish_request() {};
Save
Cancel