1<?php 2 3/** @generate-function-entries */ 4 5function apache_lookup_uri(string $filename): object|false {} 6 7function virtual(string $uri): bool {} 8 9function apache_request_headers(): array {} 10 11/** @alias apache_request_headers */ 12function getallheaders(): array {} 13 14function apache_response_headers(): array {} 15 16function apache_note(string $note_name, ?string $note_value = null): string|false {} 17 18function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {} 19 20function apache_getenv(string $variable, bool $walk_to_top = false): string|false {} 21 22function apache_get_version(): string|false {} 23 24function apache_get_modules(): array {} 25