Skip to content

Kirby 4.1.2

Header::contentType()

Sends a content type header

Header::contentType(string $mime, string $charset = 'UTF-8', bool $send = true): string|void

Parameters

Name Type Default
$mime * string
$charset string 'UTF-8'
$send bool true

Return type

string|void

Parent class

Kirby\Http\Header