|
Locale::acceptFromHttplocale_accept_from_httpTries to find out best available locale based on HTTP "Accept-Language" header DescriptionObject oriented style
public
static
string
Locale::acceptFromHttp
( string
$header
)Procedural style
string
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. ExamplesExample #1 locale_accept_from_http example
<?php Example #2 OO example
<?php The above example will output: en_US See Also
|