frankenphp.stub.php 661 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /** @generate-class-entries */
  3. function frankenphp_handle_request(callable $callback): bool {}
  4. function headers_send(int $status = 200): int {}
  5. function frankenphp_finish_request(): bool {}
  6. /**
  7. * @alias frankenphp_finish_request
  8. */
  9. function fastcgi_finish_request(): bool {}
  10. function frankenphp_request_headers(): array {}
  11. /**
  12. * @alias frankenphp_request_headers
  13. */
  14. function apache_request_headers(): array {}
  15. /**
  16. * @alias frankenphp_response_headers
  17. */
  18. function getallheaders(): array {}
  19. function frankenphp_response_headers(): array|bool {}
  20. /**
  21. * @alias frankenphp_response_headers
  22. */
  23. function apache_response_headers(): array|bool {}