frankenphp/frankenphp.stub.php

8 lines
153 B
PHP
Raw Normal View History

2022-10-11 06:57:23 +00:00
<?php
/** @generate-class-entries */
function frankenphp_handle_request(callable $callback): bool {}
function headers_send(int $status = 200): int {}