php_functions.stub.php 659 B

123456789101112131415161718192021222324
  1. <?php
  2. /** @generate-class-entries */
  3. function apache_lookup_uri(string $filename): object|false {}
  4. function virtual(string $uri): bool {}
  5. function apache_request_headers(): array {}
  6. /** @alias apache_request_headers */
  7. function getallheaders(): array {}
  8. function apache_response_headers(): array {}
  9. function apache_note(string $note_name, ?string $note_value = null): string|false {}
  10. function apache_setenv(string $variable, string $value, bool $walk_to_top = false): bool {}
  11. function apache_getenv(string $variable, bool $walk_to_top = false): string|false {}
  12. function apache_get_version(): string|false {}
  13. function apache_get_modules(): array {}