mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
13 lines
246 B
PHP
13 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 {}
|