PHP » GoLang |
login |
register |
about
|
GoLang Collator::getLocale
request it (304)
GoLang replacement for PHP's Collator::getLocale
[edit | history]
Collator::getLocalecollator_get_locale(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Collator::getLocale -- collator_get_locale — Get the locale name of the collator DescriptionObject oriented style
public
string
Collator::getLocale
( int
$type
)Procedural style Get collector locale name. Parameters
Return Values
Real locale name from which the collation data comes. If the collator was
instantiated from rules or an error occurred, returns
boolean Examples
Example #1 collator_get_locale() example
<?php The above example will output: Requested locale name: en_US_California Valid locale name: en_US Actual locale name: en |
more
Recently updated
more
Most requested
more
Last requests
|