哈希空间 Ctrl + F 进行搜索
首页 php手册中文版 CSS中文手册 哈希文档 Markdown在线工具

IntlCalendar::setMinimalDaysInFirstWeek

(PHP 5 >= 5.5.1, PHP 7, PHP 8)

IntlCalendar::setMinimalDaysInFirstWeekSet minimal number of days the first week in a year or month can have

说明

面向对象风格

public IntlCalendar::setMinimalDaysInFirstWeek(int $days): bool

过程化风格

intlcal_set_minimal_days_in_first_week(IntlCalendar $calendar, int $days): bool

Sets 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.

参数

calendar

IntlCalendar 实例。

days

The number of minimal days to set.

返回值

true on success, false on failure.

打开 哈希空间 微信小程序中查看更佳