IntlDateFormatter::setTimeZone() - IntlDateFormatter类
IntlDateFormatter::setTimeZone()
datefmt_set_timezone
(PHP 5 >= 5.5.0, PHP 7, PECL intl >= 3.0.0)
Sets formatterʼs timezone
说明
面向对象风格publicIntlDateFormatter::setTimeZone(mixed $zone): bool过程化风格
datefmt_set_timezone(IntlDateFormatter$fmt, mixed $zone): bool
Sets the timezone used for the IntlDateFormatter. object.
参数
$fmtThe formatter resource.
$zoneThe timezone to use for this formatter. This can be specified in the following forms:
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.
返回值
Returns TRUE
on success and FALSE
on failure.
范例
IntlDateFormatter::setTimeZone() examples
鹏仔微信 15129739599 鹏仔QQ344225443 鹏仔前端 pjxi.com 共享博客 sharedbk.com
图片声明:本站部分配图来自网络。本站只作为美观性配图使用,无任何非法侵犯第三方意图,一切解释权归图片著作权方,本站不承担任何责任。如有恶意碰瓷者,必当奉陪到底严惩不贷!