mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
13 lines
243 B
PHP
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 {}
|