(PECL pecl_http >= 0.13.0)
HttpResponse::guessContentType — content type を推測する
$magic_file
[, int $magic_mode
= MAGIC_MIME
] )指定された本文の content type を、libmagic を使用して推測します。
推測に成功すると、その結果の Content-Type が自動的にレスポンスの Content-Type として設定されます。
magic_file
使用する magic.mime データベース。
magic_mode
libmagic のフラグ。
成功した場合は推測した content type、
失敗した場合に FALSE
を返します。
HttpRuntimeException、HttpInvalidParamException をスローします。