header("Content-Type: application/octet-stream; charset=UTF-8");
header("Content-Disposition: attachment; filename=$filename");
print ( trim($line) ) ; // trim をしている
header("Content-Type: application/octet-stream; charset=UTF-8");
header("Content-Disposition: attachment; filename=$filename");
ob_clean(); //出力バッファをクリア
print ( trim($line) ) ;