|
Locale::getRegionlocale_get_regionGets the region for the input locale DescriptionObject-oriented style
public static stringnull Locale::getRegion(string
$locale )Procedural style stringnull locale_get_region(string
$locale )Gets the region for the input locale. Parameters
Return Values
The region subtag for the locale or Returns ExamplesExample #1 locale_get_region example
Example #2 OO example
The above example will output: CH See Also
|