PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getLocale
request it (284)
GoLang replacement for PHP's IntlCalendar::getLocale
[edit | history]
IntlCalendar::getLocale(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getLocale — Get the locale associated with the object DescriptionObject oriented style
public string IntlCalendar::getLocale
( int
$localeType
)Procedural style Returns the locale used by this calendar object. Parameters
Return Values
A locale string or Examples
Example #1 IntlCalendar::getLocale()
<?php The above example will output: string(2) "en" string(5) "en_US" |
more
Recently updated
more
Most requested
more
Last requests
|