IntlCalendar::createInstance() - IntlCalendar类
IntlCalendar::createInstance()
(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1)
Create a new IntlCalendar
说明
面向对象风格publicstaticIntlCalendar::createInstance([mixed $timeZone= NULL[,string $locale= ""]]): IntlCalendar过程化风格
intlcal_create_instance([mixed $timeZone= NULL[,string $locale= ""]]): IntlCalendar
Given a timezone and locale, this method creates an IntlCalendar object. This factory method may return a subclass of IntlCalendar.
The calendar created will represent the time instance at which it was created, based on the system time. The fields can all be cleared by calling IntCalendar::clear() with no arguments. See also IntlGregorianCalendar::__construct().
参数
$timeZoneThe timezone to use.
NULL
, in which case the default timezone will be used, as specified in the ini setting date.timezone or through the function date_default_timezone_set() and as returned by date_default_timezone_get().An IntlTimeZone, which will be used directly.
A DateTimeZone. Its identifier will be extracted and an ICU timezone object will be created; the timezone will be backed by ICUʼs database, not PHPʼs.
A string, which should be a valid ICU timezone identifier. See IntlTimeZone::createTimeZoneIDEnumeration(). Raw offsets such as"GMT+08:30"are also accepted.
A locale to use or NULL
to use the default locale.
返回值
The created IntlCalendar instance or NULL
on failure.
范例
IntlCalendar::createInstance()
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!