PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::getMinimalDaysInFirstWeek
request it (286)
GoLang replacement for PHP's IntlCalendar::getMinimalDaysInFirstWeek
[edit | history]
PHP IntlCalendar::getMinimalDaysInFirstWeekPHP original manual for IntlCalendar::getMinimalDaysInFirstWeek [ show | php.net ]IntlCalendar::getMinimalDaysInFirstWeek(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::getMinimalDaysInFirstWeek — Get minimal number of days the first week in a year or month can have DescriptionObject oriented style
public int IntlCalendar::getMinimalDaysInFirstWeek
( void
)
Procedural style Returns the smallest number of days the first week of a year or month must have in the new year or month. For instance, in the Gregorian calendar, if this value is 1, then the first week of the year will necessarily include January 1st, while if this value is 7, then the week with January 1st will be the first week of the year only if the day of the week for January 1st matches the day of the week returned by IntlCalendar::getFirstDayOfWeek(); otherwise it will be the previous yearʼs last week. Parameters
Return Values
An int representing a number of days or Examples
Example #1 IntlCalendar::getMinimalDaysInFirstWeek()
<?php The above example will output: string(9) "Wednesday" int(1) int(1) string(14) "Week 1 of 2013" string(14) "Week 1 of 2013" string(15) "Week 53 of 2012" |
more
Recently updated
more
Most requested
more
Last requests
|