feat: add apache_response_headers() function (#530)

This commit is contained in:
Kévin Dunglas
2024-01-31 12:34:30 +01:00
committed by GitHub
parent 3d9f344a50
commit 5a8e5f9518
6 changed files with 139 additions and 17 deletions

7
testdata/request-headers.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
require_once __DIR__.'/_executor.php';
return function() {
print_r(apache_request_headers());
};