headers

jak mám přes header posílat mime typ?
odhaduju header('Content-Type: mimetype');
http://cz2.php.net/header

header("Content-type: application/xml");
header("Content-type: image/png");
...