PHP » GoLang |
login |
register |
about
|
GoLang Locale::getKeywords
request it (278)
GoLang replacement for PHP's Locale::getKeywords
[edit | history]
Locale::getKeywordslocale_get_keywords(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) Locale::getKeywords -- locale_get_keywords — Gets the keywords for the input locale DescriptionObject oriented style
public
static
array
Locale::getKeywords
( string
$locale
)Procedural style
array
locale_get_keywords
( string
$locale
)Gets the keywords for the input locale. Parameters
Return ValuesAssociative array containing the keyword-value pairs for this locale ExamplesExample #1 locale_get_keywords() example
<?php Example #2 OO example
<?php The above example will output: collation = PHONEBOOK currency = EUR |
more
Recently updated
more
Most requested
more
Last requests
|