|
Locale::acceptFromHttplocale_accept_from_httpTries to find out best available locale based on HTTP "Accept-Language" header DescriptionObject-oriented style
public static stringfalse Locale::acceptFromHttp(string
$header)Procedural style stringfalse locale_accept_from_http(string
$header)Tries to find locale that can satisfy the language list that is requested by the HTTP "Accept-Language" header. Parameters
Return ValuesThe corresponding locale identifier.
Returns ExamplesExample #1 locale_accept_from_http example Example #2 OO example The above example will output: en_US See Also
|