HttpResponse::setContentType
    (no version information, might be only in CVS)
HttpResponse::setContentType -- content type を設定する
説明
staticbool 
HttpResponse::setContentType ( string content_type )
   送信されるエンティティの content-type を設定します。
  
パラメータ
   
- content_type
 
       送信されるエンティティの content type (primary/secondary)。
      
 
  返り値
   成功した場合に TRUE を返します。
   content type にプライマリパート、セカンダリパートが含まれていない場合に
   FALSE を返します。
  
エラー / 例外
   HttpInvalidParamException をスローします。