| 
 | Locale::getKeywordslocale_get_keywordsGets 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 
<?phpExample #2 OO example 
<?phpThe above example will output: collation = PHONEBOOK currency = EUR See Also
 
 |