header
laravel/framework
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Send a raw HTTP header
<?php header
(
string $header
,
bool $replace
=
true
,
int $response_code
=
0
):
void