1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 23:48:14 +02:00
Files
archived-php-src/sapi/fpm/fpm/fpm_main.stub.php
T
2021-02-14 12:03:48 +01:00

13 lines
243 B
PHP

<?php
/** @generate-class-entries */
function fastcgi_finish_request(): bool {}
function apache_request_headers(): array {}
/** @alias apache_request_headers */
function getallheaders(): array {}
function fpm_get_status(): array|false {}