PHP » GoLang |
login |
register |
about
|
GoLang Locale::acceptFromHttp
request it (295)
GoLang replacement for PHP's Locale::acceptFromHttp
[edit | history]
Locale::acceptFromHttplocale_accept_from_http(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Locale::acceptFromHttp -- locale_accept_from_http — Tries 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 |
more
Recently updated
more
Most requested
more
Last requests
|