Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Send a raw HTTP header
header(string $headerbool $replace trueint $response_code 0): void
        } else {



            
header('Content-Type: ' $mime);

            
header('Content-Length: ' $length);

            
$response $data;

        }
        } else {



            
header('Content-Type: ' $mime);

            
header('Content-Length: ' $length);

            
$response $data;

        }