PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getFirstDayOfWeek
request it (374)
GoLang replacement for PHP's IntlCalendar::getFirstDayOfWeek
[edit | history]
PHP IntlCalendar::getFirstDayOfWeekPHP original manual for IntlCalendar::getFirstDayOfWeek [ show | php.net ]IntlCalendar::getFirstDayOfWeek(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getFirstDayOfWeek — Get the first day of the week for the calendarʼs locale DescriptionObject oriented style
public int IntlCalendar::getFirstDayOfWeek
( void
)
Procedural style The week day deemed to start a week, either the default value for this locale or the value set with IntlCalendar::setFirstDayOfWeek(). Parameters
Return Values
One of the constants Examples
Example #1 IntlCalendar::getFirstDayOfWeek()
<?php The above example will output: int(2) int(5) int(1) int(6) |
more
Recently updated
more
Most requested
more
Last requests
|