PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::setFirstDayOfWeek
request it (388)
GoLang replacement for PHP's IntlCalendar::setFirstDayOfWeek
[edit | history]
PHP IntlCalendar::setFirstDayOfWeekPHP original manual for IntlCalendar::setFirstDayOfWeek [ show | php.net ]IntlCalendar::setFirstDayOfWeek(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setFirstDayOfWeek — Set the day on which the week is deemed to start DescriptionObject oriented style
public bool IntlCalendar::setFirstDayOfWeek
( int
$dayOfWeek
)Procedural style
Defines the day of week deemed to start the week. This affects the behavior
of fields that depend on the concept of week start and end such as
Parameters
Return Values
Returns Examples
Example #1 IntlCalendar::setFirstDayOfWeek()
<?php The above example will output: int(2) local day of week: 7 week of month : 4 week of year : 26 local day of week: 1 week of month : 5 week of year : 27 |
more
Recently updated
more
Most requested
more
Last requests
|