I18Nv2_Negotiator::getCharsetMatch

I18Nv2_Negotiator::getCharsetMatch() – マッチした文字セットを取得する

Synopsis

require_once 'I18Nv2/Negotiator.php';

string I18Nv2_Negotiator::getCharsetMatch ( array $charsets = = null )

Description

マッチした文字セットを取得します。

Parameter

array $charsets

文字セットの配列。

Return value

マッチした文字セットを文字列で返します。

Note

This function can not be called statically.