PHP » GoLang |
login |
register |
about
|
GoLang MessageFormatter::getLocale
request it (260)
GoLang replacement for PHP's MessageFormatter::getLocale
[edit | history]
PHP MessageFormatter::getLocalePHP original manual for MessageFormatter::getLocale [ show | php.net ]MessageFormatter::getLocalemsgfmt_get_locale(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) MessageFormatter::getLocale -- msgfmt_get_locale — Get the locale for which the formatter was created DescriptionObject oriented style
public
string
MessageFormatter::getLocale
( void
)
Procedural style Get the locale for which the formatter was created. Parameters
Return ValuesThe locale name ExamplesExample #1 msgfmt_get_locale() example
<?php Example #2 OO example
<?php The above example will output: en_US |
more
Recently updated
more
Most requested
more
Last requests
|