|
Locale::getKeywordslocale_get_keywordsGets the keywords for the input locale DescriptionObject-oriented style
public static arrayfalsenull Locale::getKeywords(string
$locale )Procedural style arrayfalsenull locale_get_keywords(string
$locale )Gets the keywords for the input locale. Parameters
Return ValuesAssociative array containing the keyword-value pairs for this locale Returns ExamplesExample #1 locale_get_keywords example
Example #2 OO example
The above example will output: collation = PHONEBOOK currency = EUR See Also
|