HttpMessage::guessContentType
(no version information, might be only in CVS)
HttpMessage::guessContentType -- content type を推測する
説明
publicstring
HttpMessage::guessContentType ( [string magic_file [, int magic_mode = MAGIC_MIME]] )
メッセージ本文の content type を、libmagic を使用して推測します。
パラメータ
- magic_file
使用する magic.mime データベース。
- magic_mode
libmagic のフラグ。
返り値
成功した場合は推測した content type、
失敗した場合は FALSE を返します。
エラー / 例外
HttpRuntimeException、HttpInvalidParamException をスローします。