Skip to content

Commit 1c6a333

Browse files
johnbillionondrejmirtes
authored andcommitted
headers_list() returns a list of headers as strings.
1 parent 687753c commit 1c6a333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/functionMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3933,7 +3933,7 @@
39333933
'header' => ['void', 'header'=>'string', 'replace='=>'bool', 'http_response_code='=>'int'],
39343934
'header_register_callback' => ['bool', 'callback'=>'callable'],
39353935
'header_remove' => ['void', 'name='=>'string'],
3936-
'headers_list' => ['array'],
3936+
'headers_list' => ['list<string>'],
39373937
'headers_sent' => ['bool', '&w_file='=>'string', '&w_line='=>'int'],
39383938
'hebrev' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'],
39393939
'hebrevc' => ['string', 'str'=>'string', 'max_chars_per_line='=>'int'],

0 commit comments

Comments
 (0)