I18Nv2_Negotiator::getCharsetMatch
I18Nv2_Negotiator::getCharsetMatch() – Get character set match
Synopsis
require_once 'I18Nv2/Negotiator.php';
string I18Nv2_Negotiator::getCharsetMatch (
array $charsets
= null
)
Описание
Get a matching character set.
Parameter
-
array
$charsets
-
array of character sets
Return value
Returns string matched character set.
Замечание
This function can not be called statically.