mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
12 lines
246 B
PHP
12 lines
246 B
PHP
<?php
|
|
|
|
/** @generate-class-entries */
|
|
|
|
function apache_child_terminate(): void {}
|
|
|
|
function apache_request_headers(): array {}
|
|
|
|
/** @alias apache_request_headers */
|
|
function getallheaders(): array {}
|
|
|
|
function apache_response_headers(): array {}
|