I18Nv2_Negotiator::getCharsetMatch()

I18Nv2_Negotiator::getCharsetMatch() -- Get character set match

Synopsis

require_once 'I18Nv2/Negotiator.php';

string I18Nv2_Negotiator::getCharsetMatch ([array $charsets = NULL])

Description

Get a matching character set.

Parameter

array $charsets

array of character sets

Return value

Returns string matched character set.

Note

This function can not be called statically.