Query: locale_get_region
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LOCALE_GET_REGION(3) 1 LOCALE_GET_REGION(3) Locale::getRegion - Gets the region for the input locale Object oriented styleSYNOPSISpublicstatic string Locale::getRegion (string $locale)DESCRIPTIONProcedural style string locale_get_region (string $locale) Gets the region for the input locale.PARAMETERSo $locale - The locale to extract the region code fromRETURN VALUESThe region subtag for the locale or NULL if not presentEXAMPLESExample #1 locale_get_region(3) example <?php echo locale_get_region('de-CH-1901'); ?> Example #2 OO example <?php echo Locale::getRegion('de-CH-1901'); ?> The above example will output: CHSEE ALSOlocale_get_primary_language(3), locale_get_script(3), locale_get_all_variants(3). PHP Documentation Group LOCALE_GET_REGION(3)
Related Man Pages |
---|
locale_get_display_language(3) - php |
locale_get_display_script(3) - php |
locale_get_keywords(3) - php |
locale_parse(3) - php |
resourcebundle_create(3) - php |