PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getType
request it (339)
GoLang replacement for PHP's IntlCalendar::getType
[edit | history]
IntlCalendar::getType(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getType — Get the calendar type DescriptionObject oriented style
public string IntlCalendar::getType
( void
)
Procedural style A string describing the type of this calendar. This is one of the valid values for the calendar keyword value 'calendar'. Parameters
Return ValuesA string representing the calendar type, such as 'gregorian', 'islamic', etc. Examples
Example #1 IntlCalendar::getType()
<?php The above example will output: string(19) "ethiopic-amete-alem" string(9) "gregorian" |
more
Recently updated
more
Most requested
more
Last requests
|