IntlCalendar
在线手册:中文  英文

IntlCalendar::getFirstDayOfWeek

(PHP 5.5.0, PECL >= 3.0.0a1)

IntlCalendar::getFirstDayOfWeekGet the first day of the week for the calendar?s locale

说明

public int IntlCalendar::getFirstDayOfWeek ( void )

Warning

本函数还未编写文档,仅有参数列表。

参数

此函数没有参数。

返回值

One of the constants IntlCalendar::DOW_SUNDAY, IntlCalendar::DOW_MONDAY, …, IntlCalendar::DOW_SATURDAY 或者在失败时返回 FALSE.


IntlCalendar
在线手册:中文  英文
易百教程